diff options
author | roy <roy@pkgsrc.org> | 2014-03-09 11:02:28 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2014-03-09 11:02:28 +0000 |
commit | 9287c21b20ddfe7a4b622905830f578609c22d7f (patch) | |
tree | 12d35655e2f6d6ba10ac94a33f2a3cb42605a033 /mail/pfqueue | |
parent | 7a3d0fe0d1ed002676595b6ca43f549fa46f4f47 (diff) | |
download | pkgsrc-9287c21b20ddfe7a4b622905830f578609c22d7f.tar.gz |
Works with system curses
Diffstat (limited to 'mail/pfqueue')
-rw-r--r-- | mail/pfqueue/Makefile | 7 |
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" |