diff options
author | dholland <dholland@pkgsrc.org> | 2010-01-17 02:28:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-01-17 02:28:22 +0000 |
commit | 45ee86c47f87cecdf442b31d9f5e52c40b615da0 (patch) | |
tree | 89ad021d7137c5528cd297bbe5de4ea63ba4b2e3 /comms/tn3270 | |
parent | 6b54a2c8b019ae1274bda2eca13e14bbce116e86 (diff) | |
download | pkgsrc-45ee86c47f87cecdf442b31d9f5e52c40b615da0.tar.gz |
whoops, should use the curses bl3. no version bump, ride the import.
Diffstat (limited to 'comms/tn3270')
-rw-r--r-- | comms/tn3270/Makefile | 3 |
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" |