summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-14 14:12:52 +0000
committertnn <tnn@pkgsrc.org>2015-03-14 14:12:52 +0000
commit88e20536d0e6b8f60de8dc08fe9e44efed1a8420 (patch)
treee8269bdba30c3b406683438709698c5409891e30 /mail
parent7544edd5b12e7031828176086fdaef4ecdfd6f73 (diff)
downloadpkgsrc-88e20536d0e6b8f60de8dc08fe9e44efed1a8420.tar.gz
needs a curses implementation
Diffstat (limited to 'mail')
-rw-r--r--mail/mush/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile
index e061061de3e..587e6cc42bc 100644
--- a/mail/mush/Makefile
+++ b/mail/mush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/10/08 22:52:04 christos Exp $
+# $NetBSD: Makefile,v 1.27 2015/03/14 14:12:52 tnn Exp $
DISTNAME= mush-7.2.5
PKGNAME= mush-7.2.6.b4.pl1
@@ -50,4 +50,5 @@ pre-configure:
${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
${CP} ${WRKSRC}/${PLAT_MAKEFILE} ${WRKSRC}/Makefile
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"