summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 08:13:22 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 08:13:22 +0800
commit1836340c5acdf7477dadf2709ad5076461644ec0 (patch)
tree4813c385c20228d058d1bd4aa9bae3ce4db5bb5a /multimedia/totem/Makefile
parent73b33a97364c24cd518adc60b8472853c38d5d86 (diff)
downloadmarcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar.gz
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar.bz2
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar.lz
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar.xz
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.tar.zst
marcuscom-ports-1836340c5acdf7477dadf2709ad5076461644ec0.zip
- Update to 1.5.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6414 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r--multimedia/totem/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 1c863493c..9ef9c5381 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= totem
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -27,6 +27,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop desktopfileutils \
nautiluscdburner ltverhack
GNOME_DESKTOP_VERSION=2
WANT_GSTREAMER= yes
+INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
@@ -48,7 +49,7 @@ CONFLICTS?= totem-gstreamer-[0-9]*
.if defined(WITH_MOZILLA_PLUGIN)
USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
PLIST_SUB+= MOZILLA=""
CONFIGURE_ARGS+=--with-mozilla=${GECKO}
.else
@@ -58,7 +59,7 @@ CONFIGURE_ARGS+=--disable-mozilla
.if defined(WITH_GSTREAMER)
CONFIGURE_ARGS+=--enable-gstreamer=yes
-USE_GSTREAMER+= gnomevfs core gconf hal
+USE_GSTREAMER+= gnomevfs core gconf hal good
WITHOUT_DVDNAV= yes
PLIST_SUB+= GSTREAMER=""
.else