summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-15 09:49:54 +0000
committerjlam <jlam@pkgsrc.org>2001-07-15 09:49:54 +0000
commit6c728dbb8bf2c770893fc1edd45bdb0f57d63b27 (patch)
tree52f92d9e44bfd6605ac6c47cfd8236ba89232189 /x11
parentdae6b56a331c42f61c06233c49e5a2bb7a1f0e06 (diff)
downloadpkgsrc-6c728dbb8bf2c770893fc1edd45bdb0f57d63b27.tar.gz
Add a MASTER_SITE, and pass location of xpm.h header within
${BUILDLINK_DIR} to the configure process to ensure that the header search path is ordered correctly.
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index bf31e04db7f..961be7ba01a 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2001/07/09 17:31:20 zuntum Exp $
+# $NetBSD: Makefile,v 1.24 2001/07/15 09:49:54 jlam Exp $
# FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp
#
DISTNAME= rxvt-2.7.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
+ ftp://ftp.rxvt.org/pub/rxvt/devel/ \
ftp://mason.primenet.com.au/pub/rxvt/
EXTRACT_SUFX= .tar.bz2
@@ -30,5 +31,7 @@ CONFIGURE_ARGS+= --enable-utmp \
--enable-keepscrolling \
--enable-mousewheel
+CPPFLAGS+= -I${BUILDLINK_DIR}/include/X11
+
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"