summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2010-01-17 02:28:22 +0000
committerdholland <dholland@pkgsrc.org>2010-01-17 02:28:22 +0000
commit45ee86c47f87cecdf442b31d9f5e52c40b615da0 (patch)
tree89ad021d7137c5528cd297bbe5de4ea63ba4b2e3 /comms
parent6b54a2c8b019ae1274bda2eca13e14bbce116e86 (diff)
downloadpkgsrc-45ee86c47f87cecdf442b31d9f5e52c40b615da0.tar.gz
whoops, should use the curses bl3. no version bump, ride the import.
Diffstat (limited to 'comms')
-rw-r--r--comms/tn3270/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile
index 1698110a593..0d7a3fb5119 100644
--- a/comms/tn3270/Makefile
+++ b/comms/tn3270/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/01/17 02:14:51 dholland Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/17 02:28:22 dholland Exp $
DISTNAME= tn3270-0.20100116
CATEGORIES= comms net
@@ -18,4 +18,5 @@ INSTALLATION_DIRS+= bin share/tn3270
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"