pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pfqueue Works with system curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af170dd01311
branches:  trunk
changeset: 631516:af170dd01311
user:      roy <roy%pkgsrc.org@localhost>
date:      Sun Mar 09 11:02:28 2014 +0000

description:
Works with system curses

diffstat:

 mail/pfqueue/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 46ed234e6857 -r af170dd01311 mail/pfqueue/Makefile
--- a/mail/pfqueue/Makefile     Sun Mar 09 10:55:40 2014 +0000
+++ b/mail/pfqueue/Makefile     Sun Mar 09 11:02:28 2014 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 INCOMPAT_CURSES=       NetBSD-1.*-*
+FAKE_NCURSES=  yes
 
 .include "options.mk"
 
@@ -39,6 +40,6 @@
 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"



Home | Main Index | Thread Index | Old Index