diff options
Diffstat (limited to 'net/thcrut/Makefile')
-rw-r--r-- | net/thcrut/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 6d5b9bfb3fe9..9a86a725269d 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -6,15 +6,13 @@ # PORTNAME= thcrut -PORTVERSION= 0.1 +PORTVERSION= 1.2.5 CATEGORIES= net -MASTER_SITES= http://www.thehackerschoice.com/releases/ +MASTER_SITES= http://www.thc.org/releases/ MAINTAINER= kris@FreeBSD.org COMMENT= Local network discovery tool -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ |