diff options
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 1a830bdf9a2e..d506900324e7 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -19,6 +19,9 @@ PLIST_FILES= bin/asmixer USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xpm \ + --with-xpm-includes=${X11BASE} \ + --with-xpm-library=${X11BASE} post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ |