summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2014-03-09 11:02:28 +0000
committerroy <roy@pkgsrc.org>2014-03-09 11:02:28 +0000
commitae93479d31242fdc1269db4ecbc3a1408862703e (patch)
tree12d35655e2f6d6ba10ac94a33f2a3cb42605a033 /mail
parent1d58aece0836ee7759d22d0c8e1da56f0b5f244a (diff)
downloadpkgsrc-ae93479d31242fdc1269db4ecbc3a1408862703e.tar.gz
Works with system curses
Diffstat (limited to 'mail')
-rw-r--r--mail/pfqueue/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index 251bf2a1f52..bf59b16e52c 100644
--- a/mail/pfqueue/Makefile
+++ b/mail/pfqueue/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2012/10/08 12:19:26 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/03/09 11:02:28 roy Exp $
#
DISTNAME= pfqueue-0.5.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfqueue/}
@@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INCOMPAT_CURSES= NetBSD-1.*-*
+FAKE_NCURSES= yes
.include "options.mk"
@@ -39,6 +40,6 @@ SUBST_SED.conf= -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g'
post-install:
${INSTALL_DATA} ${FILESDIR}/pfqueue.conf ${DESTDIR}${PREFIX}/share/examples/pfqueue
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"