diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 21:29:39 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 21:29:39 +0000 |
commit | 694b562f4db8f1ef4644c689387026ea4561aed8 (patch) | |
tree | abf7c438986b89927634be0189a798d318bc4c80 /audio/asmixer | |
parent | d43fd8e5e552cf36b5c20d926dabfa622e1f8420 (diff) | |
download | ports-694b562f4db8f1ef4644c689387026ea4561aed8.tar.gz ports-694b562f4db8f1ef4644c689387026ea4561aed8.zip |
Notes
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 4 |
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 \ |