diff options
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 55e37f5acab..c33a138446b 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/07/14 16:04:28 agc Exp $ +# $NetBSD: Makefile,v 1.17 2000/07/15 20:39:27 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -15,6 +15,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes GNU_CONFIGURE= yes + +EVAL_PREFIX+= XPMDIR=xpm CONFIGURE_ARGS+= --enable-utmp \ --enable-wtmp \ --enable-lastlog \ @@ -32,7 +34,7 @@ CONFIGURE_ARGS+= --enable-utmp \ --enable-frills \ --enable-keepscrolling \ --enable-mousewheel \ - --with-xpm-includes=`${SHOW_PREFIX1} xpm ${SHOW_PREFIX2}`/include/X11 \ - --with-xpm-library=`${SHOW_PREFIX1} xpm ${SHOW_PREFIX2}`/lib + --with-xpm-includes=${XPMDIR}/include/X11 \ + --with-xpm-library=${XPMDIR}/lib .include "../../mk/bsd.pkg.mk" |