- Fix missing dependencies

- Fix WWW:

PR:		ports/64781
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-03-26 23:38:52 +00:00
parent f60e274961
commit c65d806dc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105395
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= gnetcat PORTNAME= gnetcat
PORTVERSION= 0.7.1 PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netcat MASTER_SITE_SUBDIR= netcat
@ -15,6 +16,9 @@ DISTNAME= netcat-0.7.1
MAINTAINER= liamfoy@sepulcrum.org MAINTAINER= liamfoy@sepulcrum.org
COMMENT= GPL'ed re-write of the well known networking tool netcat 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 USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -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 exploration tool, since it can create almost any kind of connection you
would need and has several interesting built-in capabilities. would need and has several interesting built-in capabilities.
WWW: http://netcat.sourceforge.net WWW: http://netcat.sourceforge.net/
-Liam Foy -Liam Foy
liamfoy@sepulcrum.org liamfoy@sepulcrum.org