aboutsummaryrefslogtreecommitdiff
path: root/audio/asmixer
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-03 05:45:10 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-03 05:45:10 +0000
commit9c3100d305687f10d4931dc4333db70e593ba3ee (patch)
treec1af9cd24f38ea0a9e7d9d0c9ee05f0fed83a340 /audio/asmixer
parente564519a7e6aa6c354c229c1d07a4d7b114480dd (diff)
downloadports-9c3100d305687f10d4931dc4333db70e593ba3ee.tar.gz
ports-9c3100d305687f10d4931dc4333db70e593ba3ee.zip
- Really respect X11BASE by adding suitable xpm path
Noticed by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=178650
Diffstat (limited to 'audio/asmixer')
-rw-r--r--audio/asmixer/Makefile3
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 \