diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:29:28 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:29:28 +0800 |
| commit | 07bebd5d7e0628bf01f7c57748c55e6b4b97b24c (patch) | |
| tree | c92fad0b9277ae17c1f9fc4045cd47eb24339466 /multimedia | |
| parent | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (diff) | |
| download | marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.gz marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.bz2 marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.lz marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.xz marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.zst marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.zip | |
USE_PKGCONFIG= was removed inflavoer of USES=pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18394 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
| -rw-r--r-- | multimedia/gstreamer1-libav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index c0586e980..7d475441f 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@rainbow-runner.nl> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/multimedia/gstreamer1-libav/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gstreamer1-libav PORTVERSION= 1.0.5 @@ -22,9 +22,9 @@ LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes +USES= pkgconfig USE_GSTREAMER1= yes GNU_CONFIGURE= yes -USE_PKGCONFIG= build LIBAV_CONFIG= --cc=${CC} \ --enable-runtime-cpudetect \ --enable-pic |
