diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 22:34:50 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 22:34:50 +0000 |
commit | 2eab40928d3105ac77fbabb7faba1b388c852e1d (patch) | |
tree | 3447c048e6b8eecd477fb03be0d825be728fa09d /audio/asmixer | |
parent | 5f9b1a85cc50508256170d861ccf878bed28b47f (diff) | |
download | ports-2eab40928d3105ac77fbabb7faba1b388c852e1d.tar.gz ports-2eab40928d3105ac77fbabb7faba1b388c852e1d.zip |
Notes
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 025b385da6db..1a830bdf9a2e 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -18,10 +18,7 @@ PLIST_FILES= bin/asmixer USE_X_PREFIX= yes USE_XPM= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib +GNU_CONFIGURE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ |