aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg2theora
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
committerantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
commitf3571dba2484c54162cc61b8abc288c7ec6cca14 (patch)
tree3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /multimedia/ffmpeg2theora
parent9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff)
downloadfreebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia/ffmpeg2theora')
-rw-r--r--multimedia/ffmpeg2theora/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile
index 6b95261ec8a8..c2f1c8c02e18 100644
--- a/multimedia/ffmpeg2theora/Makefile
+++ b/multimedia/ffmpeg2theora/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: ffmpeg2theora
-# Date created: Sat 19 Oct 2008
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
+# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffmpeg2theora
@@ -19,7 +16,7 @@ LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \
theora:${PORTSDIR}/multimedia/libtheora
USE_BZIP2= yes
-USES= iconv
+USES= iconv pkgconfig
USE_SCONS= yes
SCONS_BUILDENV= CC="${CC}" CCFLAGS="${CFLAGS}" \
APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}"