diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-14 23:36:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-14 23:36:14 +0800 |
commit | 3a6e4a5f5666da790514aca89ce30be6f0c2d821 (patch) | |
tree | 72855a1c392ff860bb901c7342a033946057a76c | |
parent | 50fa63e41158e76ee37e9cfe2307fc4e7cf36eca (diff) | |
download | freebsd-ports-gnome-3a6e4a5f5666da790514aca89ce30be6f0c2d821.tar.gz freebsd-ports-gnome-3a6e4a5f5666da790514aca89ce30be6f0c2d821.tar.zst freebsd-ports-gnome-3a6e4a5f5666da790514aca89ce30be6f0c2d821.zip |
Explicitly depends on pkg-config because the build system do use it
Feature safe: yes
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 733b59191b98..cf0b89ac0133 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -29,6 +29,7 @@ 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 |