summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-03-23 22:35:31 +0000
committerarved <arved@FreeBSD.org>2003-03-23 22:35:31 +0000
commit84ed03e4b4442409ec799a1bf80fe91917bd67f5 (patch)
tree3bbc59c330cd46128fb4dc914edc92c16be631f4
parentc45d3e400e7ff4cb40a6127923b456278f88e847 (diff)
downloadFreeBSD-ports-84ed03e4b4442409ec799a1bf80fe91917bd67f5.zip
FreeBSD-ports-84ed03e4b4442409ec799a1bf80fe91917bd67f5.tar.gz
USE_AUTOMAKE
PR: 49091 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
-rw-r--r--audio/ices/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile
index e0c77e1..719fc48 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
OpenPOWER on IntegriCloud