aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2019-10-02 20:13:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2019-10-02 20:13:54 +0000
commit50dc53c2f3f049783802d5052974dc0ac5ea7ffe (patch)
tree1c260cd1647d7fc8ea6aada69ea2a2c363c5189e /net-mgmt
parent06fd510c8d99af3c552ab6150c8f8cda181bdc5f (diff)
downloadports-50dc53c2f3f049783802d5052974dc0ac5ea7ffe.tar.gz
ports-50dc53c2f3f049783802d5052974dc0ac5ea7ffe.zip
Unmark BROKEN.
The port was broken with the net-snmp 5.8 update, which was backed out. While here add USES=ssl to appease a warning
Notes
Notes: svn path=/head/; revision=513628
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-yapsnmp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile
index e8e3b3b6404e..161b9443487a 100644
--- a/net-mgmt/py-yapsnmp/Makefile
+++ b/net-mgmt/py-yapsnmp/Makefile
@@ -14,11 +14,9 @@ COMMENT= Python SNMP module based on net-snmp
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
-
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
-USES= gmake libtool python:2.7
+USES= gmake libtool python:2.7 ssl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib