svn commit: r320542 - head/security/dsniff

Sofian Brabez sbz at FreeBSD.org
Tue Jun 11 08:50:21 UTC 2013


Author: sbz
Date: Tue Jun 11 08:50:20 2013
New Revision: 320542
URL: http://svnweb.freebsd.org/changeset/ports/320542

Log:
  - Add dependency on pkgconfig
  
  Reported by:	mat

Modified:
  head/security/dsniff/Makefile

Modified: head/security/dsniff/Makefile
==============================================================================
--- head/security/dsniff/Makefile	Tue Jun 11 08:42:15 2013	(r320541)
+++ head/security/dsniff/Makefile	Tue Jun 11 08:50:20 2013	(r320542)
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libnet10
 		${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 WANT_GNOME=	yes
 
 OPTIONS_DEFINE=	X11


More information about the svn-ports-all mailing list