svn commit: r351909 - head/net-mgmt/net-snmp

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 23 02:17:35 UTC 2014


Author: bdrewery
Date: Wed Apr 23 02:17:35 2014
New Revision: 351909
URL: http://svnweb.freebsd.org/changeset/ports/351909
QAT: https://qat.redports.org/buildarchive/r351909/

Log:
  - Fix build with pkg_install
  
  Reported by:	zi

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Wed Apr 23 01:55:54 2014	(r351908)
+++ head/net-mgmt/net-snmp/Makefile	Wed Apr 23 02:17:35 2014	(r351909)
@@ -3,7 +3,7 @@
 
 PORTNAME=	snmp
 PORTVERSION=	5.7.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	net-
@@ -16,7 +16,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 # pkg-1.2 cannot handle this dependency well.
-#LIB_DEPENDS=	libpkg.so:${PORTSDIR}/ports-mgmt/pkg
+.if !defined(WITH_PKGNG)
+LIB_DEPENDS=	libpkg.so:${PORTSDIR}/ports-mgmt/pkg
+.endif
 
 OPTIONS_DEFINE=	IPV6 MFD_REWRITES PERL PERL_EMBEDDED PYTHON DUMMY TKMIB \
 		DMALLOC MYSQL AX_SOCKONLY UNPRIVILEGED SMUX


More information about the svn-ports-all mailing list