diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:58:42 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:58:42 +0000 |
commit | 948a8ac686f3abb789d4815a19a9f166e52e7e17 (patch) | |
tree | 0750dedf67d1482545dd02df8c062e3b9492675c /audio/asmix | |
parent | 85f0b27e3b677fd7fa24d916468e32ee722d7a43 (diff) |
Notes
Diffstat (limited to 'audio/asmix')
-rw-r--r-- | audio/asmix/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index de83cf45b25a..1356c6694a13 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -16,6 +16,9 @@ COMMENT= Volume control dock-app for the AfterStep Window Manager USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xpm \ + --with-xpm-includes=${X11BASE}/include \ + --with-xpm-library=${X11BASE}/lib MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmix |