diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:24:19 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:24:19 +0000 |
commit | 5905681d0899c69a4c7ebfcafe39ab7959fca2c1 (patch) | |
tree | 92f20ea97599339e71056a9db9ccfee5db4997e9 /audio/speex/Makefile | |
parent | 01490f3689bdfb348bbda8eb394bcea9c490e126 (diff) | |
download | ports-5905681d0899c69a4c7ebfcafe39ab7959fca2c1.tar.gz ports-5905681d0899c69a4c7ebfcafe39ab7959fca2c1.zip |
Notes
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 3e2dacd7c362..3e8e76d945f5 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" INSTALLS_SHLIB= yes |