diff options
-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 |