diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-30 23:32:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-30 23:32:44 +0000 |
commit | 61e8204f074df2d0012c7adb3902a994dade5520 (patch) | |
tree | ea69b8c0b143535a67f2ee7dde4c85ac3af0bfdb /audio/speex/Makefile | |
parent | 79d4b57209b16d5e73b008a399a898199ffa8374 (diff) | |
download | ports-61e8204f074df2d0012c7adb3902a994dade5520.tar.gz ports-61e8204f074df2d0012c7adb3902a994dade5520.zip |
Notes
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 942db9a23c0c..3627f470448b 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,11 +16,13 @@ DISTNAME= Speex-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - gnugetopt:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +INSTALLS_SHLIB= yes .include <bsd.port.mk> |