diff options
author | rillig <rillig@pkgsrc.org> | 2005-03-16 12:53:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-03-16 12:53:04 +0000 |
commit | dbcddf92e95e554282d78ead91be5b2b827da282 (patch) | |
tree | 6f1eb477e4146c42fe2350158597efc068296521 /mail | |
parent | 3d852359c8eabf66ed64c5a51099be37d586d1d6 (diff) | |
download | pkgsrc-dbcddf92e95e554282d78ead91be5b2b827da282.tar.gz |
Most of the NetBSD-1.* curses do not have KEY_RESIZE, so add them to
INCOMPAT_CURSES. Approved by wiz.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pfqueue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index e93fdb8baf5..6089101da52 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -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 @@ COMMENT= Real-time queue scanner for postfix USE_BUILDLINK3= yes GNU_CONFIGURE= yes +INCOMPAT_CURSES= NetBSD-1.* INSTALLATION_DIRS= bin man/man1 |