diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 06:40:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 06:40:50 +0800 |
commit | 8bd0c71b3de88919d87cfb505305571b0835db61 (patch) | |
tree | 12e314a84306fa579771546c14fac56e6c0e1ec0 /multimedia | |
parent | 8d7f96677bb69a23bba0dfaab435e7a401550f08 (diff) | |
download | freebsd-ports-gnome-8bd0c71b3de88919d87cfb505305571b0835db61.tar.gz freebsd-ports-gnome-8bd0c71b3de88919d87cfb505305571b0835db61.tar.zst freebsd-ports-gnome-8bd0c71b3de88919d87cfb505305571b0835db61.zip |
Convert to USES=libtool
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libtheora/Makefile | 6 | ||||
-rw-r--r-- | multimedia/libtheora/pkg-plist | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 2aa367e0a774..3dabc9bb7969 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtheora PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ @@ -13,10 +13,10 @@ COMMENT= Theora video codec for the Ogg multimedia streaming system LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +USES= libtool +GNU_CONFIGURE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack CONFIGURE_ENV= LIBS="${PTHEAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/multimedia/libtheora/pkg-plist b/multimedia/libtheora/pkg-plist index 3f6920eda264..a0b85eacf196 100644 --- a/multimedia/libtheora/pkg-plist +++ b/multimedia/libtheora/pkg-plist @@ -6,14 +6,17 @@ lib/libtheora.a lib/libtheora.la lib/libtheora.so lib/libtheora.so.0 +lib/libtheora.so.0.3.10 lib/libtheoraenc.a lib/libtheoraenc.la lib/libtheoraenc.so lib/libtheoraenc.so.1 +lib/libtheoradec.so.1.1.4 lib/libtheoradec.a lib/libtheoradec.la lib/libtheoradec.so lib/libtheoradec.so.1 +lib/libtheoraenc.so.1.1.2 libdata/pkgconfig/theora.pc libdata/pkgconfig/theoraenc.pc libdata/pkgconfig/theoradec.pc |