summaryrefslogtreecommitdiff
path: root/net/netcat6
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-17 23:29:44 +0000
committerwiz <wiz>2006-03-17 23:29:44 +0000
commiteaf36aca3d7d20c53df06c7536851d3ca9d57c12 (patch)
tree20859d64f3dfe3f13bba5222acf20af7e647d04a /net/netcat6
parent83de440ae95e749796d92bc54de563b40709fa62 (diff)
downloadpkgsrc-eaf36aca3d7d20c53df06c7536851d3ca9d57c12.tar.gz
Add missing gettext-lib dependency. Bump PKGREVISION.
Fixes CHECK_FILES build.
Diffstat (limited to 'net/netcat6')
-rw-r--r--net/netcat6/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netcat6/Makefile b/net/netcat6/Makefile
index dc5f6279a5d..6d8b90f1f79 100644
--- a/net/netcat6/Makefile
+++ b/net/netcat6/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/03/14 01:42:55 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/03/17 23:29:44 wiz Exp $
DISTNAME= nc6-1.0
PKGNAME= ${DISTNAME:S/nc/netcat/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/
MASTER_SITES+= http://ftp.deepspace6.net/pub/ds6/sources/nc6/
@@ -21,4 +21,5 @@ USE_PKGLOCALEDIR= yes
.include "options.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"