aboutsummaryrefslogtreecommitdiff
path: root/audio/ices
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-23 22:35:31 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-23 22:35:31 +0000
commitcb8a9a0ad36c06afb28610e763bb507d7cb51a1e (patch)
tree2e8fa8d2630223c6e089bbd246a9d89095fafc8c /audio/ices
parente4b3f02906b5cf7bfcba83ae0e512cda113af344 (diff)
downloadports-cb8a9a0ad36c06afb28610e763bb507d7cb51a1e.tar.gz
ports-cb8a9a0ad36c06afb28610e763bb507d7cb51a1e.zip
USE_AUTOMAKE
PR: 49091 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Notes
Notes: svn path=/head/; revision=77320
Diffstat (limited to 'audio/ices')
-rw-r--r--audio/ices/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile
index e0c77e10143d..719fc488b40c 100644
--- a/audio/ices/Makefile
+++ b/audio/ices/Makefile
@@ -20,10 +20,13 @@ LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
vorbis.2:${PORTSDIR}/audio/libvorbis \
xml2.5:${PORTSDIR}/textproc/libxml2
+AUTOMAKE_ARGS= --add-missing
+AUTOMAKE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-oggtest --disable-vorbistest --disable-shouttest
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-GNU_CONFIGURE= yes
+USE_AUTOMAKE_VER=15
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes