summaryrefslogtreecommitdiffstats
path: root/multimedia/totem
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-26 01:32:19 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-26 01:32:19 +0800
commit8717af9f4a7210d601f8e2dd6ef34ed571e58d49 (patch)
treef595d2363e244fa74751f39c0add8a40b54e9744 /multimedia/totem
parent4cf2e485d0ff5d39b60ee448f524cfc39a947674 (diff)
downloadmarcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar.gz
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar.bz2
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar.lz
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar.xz
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.tar.zst
marcuscom-ports-8717af9f4a7210d601f8e2dd6ef34ed571e58d49.zip
- Fix a few fatal typos
- Fix quotes around plugins list so lirc and galago plugins can be built git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9705 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index b791fbc2f..be6c0a91e 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -3,12 +3,12 @@
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem/Makefile,v 1.86 2007/09/12 15:20:00 ahze Exp $
+# $MCom: ports/multimedia/totem/Makefile,v 1.87 2007/09/17 11:45:08 ahze Exp $
#
PORTNAME= totem
PORTVERSION= 2.20.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -36,7 +36,7 @@ INSTALLS_OMF= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lXrandr"
-CONFIGURE_ARGS= --with-plugins=${TOTEM_PLUGINS}
+CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}"
MAN1= totem.1 totem-video-thumbnailer.1
GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \
@@ -46,7 +46,7 @@ CONFLICTS?= totem-gstreamer-[0-9]* totem-xine-[0-9]*
OPTIONS= LIRC "Enable lirc support" off \
GALAGO "Enable Galago support" off
-TOTEM_PLUGINS= "screensaver ontop gromit media-player-keys properties sidebar-test skipto"
+TOTEM_PLUGINS= screensaver ontop gromit media-player-keys properties sidebar-test skipto
.include <bsd.port.pre.mk>
@@ -59,7 +59,7 @@ PLIST_SUB+= LIRC="@comment "
.endif
.if defined(WITH_GALAGO)
-LIB_DEPENDS+= galago.3:${PORTSIDR}/devel/libgalago
+LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago
PLIST_SUB+= GALAGO=""
TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago
.else