summaryrefslogtreecommitdiff
path: root/sysutils/asapm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r--sysutils/asapm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index 543846d97d2..e842c8f131d 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/07/14 16:04:25 agc Exp $
+# $NetBSD: Makefile,v 1.13 2000/07/15 20:39:24 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
@@ -20,8 +20,9 @@ DEPENDS+= xpm-*:../../graphics/xpm
GNU_CONFIGURE= yes
USE_X11= yes
CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
+EVAL_PREFIX+= XPMDIR=xpm
CONFIGURE_ARGS+= --with-xpm \
- --with-xpm-includes="`${SHOW_PREFIX1} xpm ${SHOW_PREFIX2}`/include" \
- --with-xpm-library="`${SHOW_PREFIX1} xpm ${SHOW_PREFIX2}`/lib"
+ --with-xpm-includes="${XPMDIR}/include" \
+ --with-xpm-library="${XPMDIR}/lib"
.include "../../mk/bsd.pkg.mk"