diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /net-mgmt | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/etherape/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ettercap/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index dd3400aad376..62287bd6c0f6 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -11,7 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A graphical network traffic visualization tool for gnome USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 4e45b0fcbdc6..aaad0698fe0b 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= libltdl libtool -USES= bison +USES= bison pkgconfig WANT_GNOME= yes WRKSRC= ${WRKDIR}/${PORTNAME} |