summaryrefslogtreecommitdiff
path: root/sysutils/wmhm
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-11-23 20:16:43 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-11-23 20:16:43 +0000
commitc28efef8a86d4129970d1e878b0d2bb2e3b70238 (patch)
tree542c43b1af9204cbac04e840c301173050ec96aa /sysutils/wmhm
parent- Update to 40.1d (diff)
Make port PREFIX-clean.
Noticed by: kris's exp run
Notes
Notes: svn path=/head/; revision=177922
Diffstat (limited to 'sysutils/wmhm')
-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"