From 6c728dbb8bf2c770893fc1edd45bdb0f57d63b27 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 Jul 2001 09:49:54 +0000 Subject: 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. --- x11/rxvt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11') 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" -- cgit v1.2.3