aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnetcat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnetcat/Makefile')
-rw-r--r--net/gnetcat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile
index 9b690d281c1a..ad609cf7785e 100644
--- a/net/gnetcat/Makefile
+++ b/net/gnetcat/Makefile
@@ -15,8 +15,7 @@ DISTNAME= netcat-0.7.1
MAINTAINER= ports@FreeBSD.org
COMMENT= GPL'ed re-write of the well known networking tool netcat
-USE_ICONV= yes
-USES= gettext
+USES= gettext iconv
USE_BZIP2= yes
GNU_CONFIGURE= yes
td>-1/+1 * - Unbreak on 7.x due to missing sigignore()glarkin2012-02-042-2/+18 * - Mark BROKEN on 7.X: does not compilepav2012-02-031-0/+4 * - Fix the SQLite library detection the correct way this timeglarkin2012-01-173-156/+11 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - Unbreakglarkin2012-01-144-151/+377 * - Mark BROKEN: does not compilepav2011-11-071-0/+2 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3 * -remove MD5ohauer2011-07-03