summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
commitc0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch)
tree12af32155bb8dfb9a0916048663157e1e6bcddc5 /multimedia
parentSlit off gstreamer gconf stuff in a seperate port. (diff)
Chase the slit of gconf to a seperate port.
Notes
Notes: svn path=/head/; revision=131736
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/pitivi/Makefile4
-rw-r--r--multimedia/totem/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile
index 72d439656273..cff1b7f3e6dd 100644
--- a/multimedia/pitivi/Makefile
+++ b/multimedia/pitivi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pitivi
PORTVERSION= 0.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOME= gnometarget gnomeprefix
-USE_GSTREAMER= yes
+USE_GSTREAMER= gconf
USE_LIBTOOL_VER=15
USE_PYTHON= yes
GNU_CONFIGURE= yes
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 00316058c808..9f7c07c20d46 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= totem
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
@@ -42,7 +42,7 @@ CONFLICTS= totem-gstreamer-[0-9]*
.if defined(WITH_GSTREAMER)
CONFIGURE_ARGS+=--enable-gstreamer
-USE_GSTREAMER+= gnomevfs core
+USE_GSTREAMER+= gnomevfs core gconf
WITHOUT_DVDNAV= yes
PLIST_SUB= GSTREAMER=""
.else