diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-02 06:34:50 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-02 06:34:50 +0800 |
commit | ade6c90815f2f939700da80cc9fc4854c1d8bb61 (patch) | |
tree | 0112c77b4b82885c7fab3a73cb444a1358154779 | |
parent | 6b0a0323b41d8b334ec92ed04fe702a4a5611b9a (diff) | |
download | freebsd-ports-gnome-ade6c90815f2f939700da80cc9fc4854c1d8bb61.tar.gz freebsd-ports-gnome-ade6c90815f2f939700da80cc9fc4854c1d8bb61.tar.zst freebsd-ports-gnome-ade6c90815f2f939700da80cc9fc4854c1d8bb61.zip |
back out CONFIGURE_ARGS change, this is handled by USE_XLIB+GNU_CONFIGURE.
GNU_CONFIGURE also sets --prefix for us
Reported by: rafan
-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 \ |