diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
commit | c2866e7e03e21bb8c87264f3e94eb0771ff2929f (patch) | |
tree | bb60854c08a09d1f82d638352a523fd80ba34d9a /net/gspoof | |
parent | - Convert gmake to USES (diff) |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355691
Diffstat (limited to 'net/gspoof')
-rw-r--r-- | net/gspoof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index 12983077286d..33c6eb07d9aa 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -13,8 +13,8 @@ COMMENT= Console/GTK+ TCP/IP Packets Forger LIB_DEPENDS= net:${PORTSDIR}/net/libnet USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes +USES= gmake LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config |