diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 12:01:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 12:01:32 +0000 |
commit | 100c5c137883ea7d0d749bc4dd0de0ea1ae0b581 (patch) | |
tree | 6306f2db3f64b3e8a8411eb25f33286a94472f48 | |
parent | 282a9890b667375f0cf2c114066dd476780ad05f (diff) | |
download | ports-100c5c137883ea7d0d749bc4dd0de0ea1ae0b581.tar.gz ports-100c5c137883ea7d0d749bc4dd0de0ea1ae0b581.zip |
Notes
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 45007a0a46c6..1b042249ea09 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -28,7 +28,7 @@ OPENSSL_DESC= OpenSSL support (for digest auth and SIP over TLS) 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 |