diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /multimedia | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg2theora/Makefile | 7 |
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}" |