aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-11-24 04:16:43 +0800
committershaun <shaun@FreeBSD.org>2006-11-24 04:16:43 +0800
commita151446d2ba398221323d6cc1d457ca04cdc1911 (patch)
tree186e9229faeb76f43ca9fd942b08c254fa5cb052 /sysutils
parent030d8c88c1cd3ed2407e9624ac54af785e88dee6 (diff)
downloadfreebsd-ports-gnome-a151446d2ba398221323d6cc1d457ca04cdc1911.tar.gz
freebsd-ports-gnome-a151446d2ba398221323d6cc1d457ca04cdc1911.tar.zst
freebsd-ports-gnome-a151446d2ba398221323d6cc1d457ca04cdc1911.zip
Make port PREFIX-clean.
Noticed by: kris's exp run
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmhm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile
index 81de53bdba8d..bf08ce1b1053 100644
--- a/sysutils/wmhm/Makefile
+++ b/sysutils/wmhm/Makefile
@@ -23,6 +23,9 @@ PLIST_FILES= bin/wmhm
USE_X_PREFIX= yes
USE_XPM= yes
+CONFIGURE_ARGS+=--with-xpm-includes=${X11BASE}/include \
+ --with-xpm-library=${X11BASE}/lib
+
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"