diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 22:57:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 22:57:36 +0000 |
commit | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (patch) | |
tree | de44c0af161718723065831a177100e7ccd70e64 /multimedia/mkvtoolnix | |
parent | 158ae1c089a1d00e23b5e9d410c586e2aee82784 (diff) |
Notes
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 79653fdd0b44..ea0432a33f46 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ ebml:${PORTSDIR}/textproc/libebml \ matroska:${PORTSDIR}/multimedia/libmatroska +USES= pkgconfig USE_BZIP2= yes USE_GCC= 4.6+ USE_GETTEXT= yes @@ -31,7 +32,6 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_RAKE= yes USE_RUBY= yes -USE_PKGCONFIG= build RUBY_NO_RUN_DEPENDS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |