aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-12 10:01:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-12 10:01:19 +0800
commit02da36ae6a8207c5375816a7ce07a73096ff9db5 (patch)
tree295c500700daa1cce4c85ca87bab8e85989d39f2 /multimedia/totem-pl-parser/Makefile
parent5c0c7a20d83c2fefae1fbf49845a6b737e2d62b9 (diff)
downloadfreebsd-ports-gnome-02da36ae6a8207c5375816a7ce07a73096ff9db5.tar.gz
freebsd-ports-gnome-02da36ae6a8207c5375816a7ce07a73096ff9db5.tar.zst
freebsd-ports-gnome-02da36ae6a8207c5375816a7ce07a73096ff9db5.zip
- Switch to USE_GNOME=introspection
- Whitespace fix PR: 186214 Submitted by: amdmi3 Approved by: maintainer timeout
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>