diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 20:09:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 20:09:38 +0000 |
commit | 7f0bc40ee9a005251150589bdef965f64f8927c8 (patch) | |
tree | 9ac9b882c1b630b1b193b09c0013976e38ddc2f5 /audio/speex/Makefile | |
parent | ce536687bb536e44c1505dd27dc84248b1417b01 (diff) | |
download | ports-7f0bc40ee9a005251150589bdef965f64f8927c8.tar.gz ports-7f0bc40ee9a005251150589bdef965f64f8927c8.zip |
Notes
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index c8e0167cc1b4..12213f293b71 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -9,14 +9,12 @@ CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org -COMMENT= An open-source patent-free voice codec +COMMENT= Open-source patent-free voice codec -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -CONFLICTS= speex-devel-[0-9]* - -USE_GNOME= gnomehack ltverhack -NO_STAGE= yes +USES= pathfix +USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -24,8 +22,6 @@ CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= speexdec.1 speexenc.1 - .include <bsd.port.pre.mk> .if ${MACHINE_CPU:Msse}!="" |