aboutsummaryrefslogtreecommitdiff
path: root/net/gnetcat
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-26 23:38:52 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-26 23:38:52 +0000
commitc65d806dc35c7f9b9f0a4aa947fc396e30e7f438 (patch)
treea1f17d52b52ddd4a5c7901e10f70b4eac7b6f274 /net/gnetcat
parentf60e27496150c6369c76ff59e3fc159e5ef310d1 (diff)
downloadports-c65d806dc35c7f9b9f0a4aa947fc396e30e7f438.tar.gz
ports-c65d806dc35c7f9b9f0a4aa947fc396e30e7f438.zip
- Fix missing dependencies
- Fix WWW: PR: ports/64781 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=105395
Diffstat (limited to 'net/gnetcat')
-rw-r--r--net/gnetcat/Makefile4
-rw-r--r--net/gnetcat/pkg-descr2
2 files changed, 5 insertions, 1 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile
index 59f6beea310f..85bd8afa711b 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 cfe00601e9a8..2015d3829b58 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