Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 08:50:21 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320542 - head/security/dsniff
Message-ID:  <201306110850.r5B8oLRm054980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306110850.r5B8oLRm054980>