pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pfqueue Most of the NetBSD-1.* curses do not have...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ef7cdb4c2b0
branches:  trunk
changeset: 490611:9ef7cdb4c2b0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 16 12:53:04 2005 +0000

description:
Most of the NetBSD-1.* curses do not have KEY_RESIZE, so add them to
INCOMPAT_CURSES. Approved by wiz.

diffstat:

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

diffs (17 lines):

diff -r c1cc927ab460 -r 9ef7cdb4c2b0 mail/pfqueue/Makefile
--- a/mail/pfqueue/Makefile     Wed Mar 16 12:48:49 2005 +0000
+++ b/mail/pfqueue/Makefile     Wed Mar 16 12:53:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 15:51:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/16 12:53:04 rillig Exp $
 #
 
 DISTNAME=      pfqueue-0.1.4
@@ -11,6 +11,7 @@
 
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
+INCOMPAT_CURSES=       NetBSD-1.*
 
 INSTALLATION_DIRS=     bin man/man1
 



Home | Main Index | Thread Index | Old Index