diff options
author | arved <arved@FreeBSD.org> | 2003-03-23 22:35:31 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-23 22:35:31 +0000 |
commit | 84ed03e4b4442409ec799a1bf80fe91917bd67f5 (patch) | |
tree | 3bbc59c330cd46128fb4dc914edc92c16be631f4 | |
parent | c45d3e400e7ff4cb40a6127923b456278f88e847 (diff) | |
download | FreeBSD-ports-84ed03e4b4442409ec799a1bf80fe91917bd67f5.zip FreeBSD-ports-84ed03e4b4442409ec799a1bf80fe91917bd67f5.tar.gz |
USE_AUTOMAKE
PR: 49091
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
-rw-r--r-- | audio/ices/Makefile | 5 |
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 |