summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-14 16:55:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-14 16:55:55 +0000
commit2c306e574730ec04def046a2982129ea74b7cb1b (patch)
tree81dcae41d035f70ab23c56d7cfc9c391c9a0f7cc /multimedia
parentadd CONFIGURE_ARGS+="--enable-mt" (diff)
* Chase libxine shared lib version (nobutaka, I'm looking at you ;-) )
* Convert to new GNOME infrastructure
Notes
Notes: svn path=/head/; revision=78969
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index c3cd098a17fc..ca7c4c9b4dd2 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= totem
PORTVERSION= 0.95.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.95
@@ -16,13 +16,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= hendrik@scholz.net
COMMENT= A Xine-based video player for the Gnome 2 Desktop
-LIB_DEPENDS= xine.5:${PORTSDIR}/multimedia/libxine \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
+LIB_DEPENDS= xine.6:${PORTSDIR}/multimedia/libxine
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack
+USE_GNOME= gnomeprefix gnomehack libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \