diff options
Diffstat (limited to 'net/gspoof')
-rw-r--r-- | net/gspoof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index 3b0fac127aff..dd91cd3bfbb5 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -5,14 +5,14 @@ PORTNAME= gspoof PORTVERSION= 3.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Gspoof-3/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Console/GTK+ TCP/IP Packets Forger -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet USE_GNOME= gtk20 USE_GMAKE= yes |