summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-12 02:01:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-12 02:01:19 +0000
commit3d5740aee941150887e69f132c3ca98c9e7deb1a (patch)
tree295c500700daa1cce4c85ca87bab8e85989d39f2 /multimedia/totem-pl-parser/Makefile
parent- Switch to USE_GNOME=introspetion (diff)
- Switch to USE_GNOME=introspection
- Whitespace fix PR: 186214 Submitted by: amdmi3 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=353763
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index c1c62fa41fc5..7c6db5fd999b 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -12,13 +12,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject-based library to parse a host of playlist formats
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix glib20 libxml2 intlhack
+USE_GNOME= gnomeprefix glib20 libxml2 intlhack introspection:build,run
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@@ -30,6 +28,6 @@ QUVI_DESC= Enable flash media stream URL support
QUVI_LIB_DEPENDS= libquvi.so:${PORTSDIR}/multimedia/libquvi
QUVI_CONFIGURE_ON= --enable-enable-quvi
-QUVI_CONFIGURE_OFF =--enable-enable-quvi=no
+QUVI_CONFIGURE_OFF= --enable-enable-quvi=no
.include <bsd.port.mk>