diff options
author | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
commit | b41afda830f6bc4ed5962998da3bf3a978daf627 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /mail/xbuffy | |
parent | 644eb16e7d04fcc9d5fb5685162cd94be12c66b1 (diff) | |
download | pkgsrc-b41afda830f6bc4ed5962998da3bf3a978daf627.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'mail/xbuffy')
-rw-r--r-- | mail/xbuffy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile index dceff32a445..2c4988ac6f2 100644 --- a/mail/xbuffy/Makefile +++ b/mail/xbuffy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 12:19:35 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:37 joerg Exp $ # DISTNAME= xbuffy-3.4 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Replacement for xbiff that handles multiple mail files GNU_CONFIGURE= YES -USE_X11BASE= YES CPPFLAGS+= -I${X11BASE}/include CPPFLAGS+= -Wall |