diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 21:40:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 21:40:17 +0800 |
commit | ea6f64baabb488058b1ee0fd885c40ba0221c3de (patch) | |
tree | b197e5ac2e55eaedf0756c14548e489e5d55a8b3 /sysutils | |
parent | f5dbca7dca12be9a6c5a20a86ab6c218a7fe0045 (diff) | |
download | freebsd-ports-gnome-ea6f64baabb488058b1ee0fd885c40ba0221c3de.tar.gz freebsd-ports-gnome-ea6f64baabb488058b1ee0fd885c40ba0221c3de.tar.zst freebsd-ports-gnome-ea6f64baabb488058b1ee0fd885c40ba0221c3de.zip |
- Respect X11BASE
PR: ports/105877
Submitted by: trasz
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmlmmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index b80c8418468b..e81d7a1d6294 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -19,6 +19,8 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include \ + --with-xpm-libraries=${X11BASE}/lib MAN8= wmlmmon.8 MANCOMPRESSED= yes PLIST_FILES= bin/wmlmmon |