diff options
| -rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 61b2e1b9213a..2ed7c38305da 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -3,7 +3,7 @@ PORTNAME= snmp PORTVERSION= 5.7.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-mgmt ipv6 MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= net- @@ -84,7 +84,7 @@ PLIST_SUB+= PYDISTUTILS_PKGVERSION=${PYDISTUTILS_PKGVERSION} PLIST_SUB+= WITH_PYTHON="@comment " .endif -CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}" +CONFIGURE_ARGS+=--with-openssl="/usr" .if ${PORT_OPTIONS:MDUMMY} CONFIGURE_ARGS+=--with-dummy-values |
