summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-18 15:52:44 +0000
committerdholland <dholland@pkgsrc.org>2011-12-18 15:52:44 +0000
commite1d63b683d18032e1886c0edd9d7d4a7db23430e (patch)
tree6eb9df3f2ac8c1d1b06dc87f4ccf230ab4441b31 /comms
parentc8ef70b797d3254ddb21e0cd4e23e55be92eee70 (diff)
downloadpkgsrc-e1d63b683d18032e1886c0edd9d7d4a7db23430e.tar.gz
Needs curses, not termcap. Doesn't build, so no revbump.
Diffstat (limited to 'comms')
-rw-r--r--comms/snooper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index 1780f2f1edd..2a8ab2dcec9 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2011/12/17 10:15:00 sbd Exp $
+# $NetBSD: Makefile,v 1.27 2011/12/18 15:59:57 dholland Exp $
DISTNAME= snooper-19991202
PKGREVISION= 2
@@ -22,5 +22,5 @@ post-extract:
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/snooper
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"