summaryrefslogtreecommitdiff
path: root/audio/extace
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-04 16:39:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-04 16:39:05 +0000
commit30ef8ee05d6d1406731eb1cde5e134e1d3ebe1dc (patch)
tree828f5f025db72541cf4d8a4dd3d58484fc4befed /audio/extace
parentFix build by adding libtool dependency. (diff)
Fix installation. CONFIGURE_ARGS was getting clobbered.
Reported by: kris Fix submitted by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes: svn path=/head/; revision=82269
Diffstat (limited to 'audio/extace')
-rw-r--r--audio/extace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
index c148618c7e43..0975d841e04a 100644
--- a/audio/extace/Makefile
+++ b/audio/extace/Makefile
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound
USE_REINPLACE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --disable-alsa
+CONFIGURE_ARGS+= --disable-alsa
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
LIBS="-L${LOCALBASE}/lib"