diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
commit | fcb98a504a4b2d61662773d959b7cc3ee239eb09 (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /net/gspoof | |
parent | - fix MASTER_SITES (diff) |
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Notes
Notes:
svn path=/head/; revision=312526
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 |