aboutsummaryrefslogtreecommitdiff
path: root/audio/asmixer
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 21:29:39 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 21:29:39 +0000
commit694b562f4db8f1ef4644c689387026ea4561aed8 (patch)
treeabf7c438986b89927634be0189a798d318bc4c80 /audio/asmixer
parentd43fd8e5e552cf36b5c20d926dabfa622e1f8420 (diff)
downloadports-694b562f4db8f1ef4644c689387026ea4561aed8.tar.gz
ports-694b562f4db8f1ef4644c689387026ea4561aed8.zip
Respect X11BASE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178517
Diffstat (limited to 'audio/asmixer')
-rw-r--r--audio/asmixer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile
index b98332d535b7..025b385da6db 100644
--- a/audio/asmixer/Makefile
+++ b/audio/asmixer/Makefile
@@ -19,7 +19,9 @@ PLIST_FILES= bin/asmixer
USE_X_PREFIX= yes
USE_XPM= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX} \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \