diff options
author | krion <krion@FreeBSD.org> | 2004-03-26 23:38:52 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-26 23:38:52 +0000 |
commit | 5c0545734e4d55578374360b546a330447615251 (patch) | |
tree | 5ab8fa3e3a5f7f7f3cc0d364f3ada097e721c24c /net/gnetcat | |
parent | 4f0cab342252941e553f2799c7a9d8d69c5fa6d4 (diff) | |
download | FreeBSD-ports-5c0545734e4d55578374360b546a330447615251.zip FreeBSD-ports-5c0545734e4d55578374360b546a330447615251.tar.gz |
- Fix missing dependencies
- Fix WWW:
PR: ports/64781
Submitted by: maintainer
Diffstat (limited to 'net/gnetcat')
-rw-r--r-- | net/gnetcat/Makefile | 4 | ||||
-rw-r--r-- | net/gnetcat/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile index 59f6bee..85bd8af 100644 --- a/net/gnetcat/Makefile +++ b/net/gnetcat/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnetcat PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netcat @@ -15,6 +16,9 @@ DISTNAME= netcat-0.7.1 MAINTAINER= liamfoy@sepulcrum.org COMMENT= GPL'ed re-write of the well known networking tool netcat +USE_ICONV= yes +USE_GETOPT_LONG= yes +USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/net/gnetcat/pkg-descr b/net/gnetcat/pkg-descr index cfe0060..2015d38 100644 --- a/net/gnetcat/pkg-descr +++ b/net/gnetcat/pkg-descr @@ -5,7 +5,7 @@ scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. -WWW: http://netcat.sourceforge.net +WWW: http://netcat.sourceforge.net/ -Liam Foy liamfoy@sepulcrum.org |