svn commit: r315024 - head/benchmarks/sipp

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 23 12:01:32 UTC 2013


Author: bapt
Date: Sat Mar 23 12:01:32 2013
New Revision: 315024
URL: http://svnweb.freebsd.org/changeset/ports/315024

Log:
  Fix conversion to new options framwork
  
  Reported by:	miwi

Modified:
  head/benchmarks/sipp/Makefile

Modified: head/benchmarks/sipp/Makefile
==============================================================================
--- head/benchmarks/sipp/Makefile	Sat Mar 23 11:21:50 2013	(r315023)
+++ head/benchmarks/sipp/Makefile	Sat Mar 23 12:01:32 2013	(r315024)
@@ -28,7 +28,7 @@ OPENSSL_DESC=	OpenSSL support (for diges
 GSL_DESC=	GSL support (for statistical distributed pauses)
 PCAPPLAY_DESC=	RTP play support
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGSL}
 LIB_DEPENDS+=	gsl.16:${PORTSDIR}/math/gsl


More information about the svn-ports-all mailing list