aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2017-03-21 20:49:15 +0800
committerzi <zi@FreeBSD.org>2017-03-21 20:49:15 +0800
commit3da55d3bfed28063883aae33889608850b109ff5 (patch)
treec4141e5ea60913142b00f309f1be209abd15cf9f
parent5d8bc49937acb6645f90ba46179f61e89ee6eb3b (diff)
downloadfreebsd-ports-gnome-3da55d3bfed28063883aae33889608850b109ff5.tar.gz
freebsd-ports-gnome-3da55d3bfed28063883aae33889608850b109ff5.tar.zst
freebsd-ports-gnome-3da55d3bfed28063883aae33889608850b109ff5.zip
- Force use of base OpenSSL for now (libpkg links against this) to resolve build failures under 10.3 i386
PR: 210299 Submitted by: Michael Osipov Reported by: software@bertram-scharpf.de
-rw-r--r--net-mgmt/net-snmp/Makefile4
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