diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-12 02:01:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-12 02:01:19 +0000 |
commit | 3d5740aee941150887e69f132c3ca98c9e7deb1a (patch) | |
tree | 295c500700daa1cce4c85ca87bab8e85989d39f2 | |
parent | 99eecc57a0f781895f2c98b26853e1108ea40484 (diff) | |
download | ports-3d5740aee941150887e69f132c3ca98c9e7deb1a.tar.gz ports-3d5740aee941150887e69f132c3ca98c9e7deb1a.zip |
Notes
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 6 |
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> |