diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /multimedia | |
parent | c8919750fb55250b6068c3a235cf3f7141e2ba3f (diff) | |
download | freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.gz freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.zst freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 23c8dbb5141b..2cbe0efc0cad 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |