diff options
Diffstat (limited to 'x11-toolkits/py-gnome-desktop/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome-desktop/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile index 4ce15b5e3..49f79a308 100644 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ b/x11-toolkits/py-gnome-desktop/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.94 2010/01/17 00:23:16 kwm Exp $ +# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.95 2010/01/27 15:35:09 kwm Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.29.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,7 +21,6 @@ COMMENT= A set of Python bindings used by modules in the GNOME Desktop BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ brasero-media.2:${PORTSDIR}/sysutils/brasero \ @@ -36,6 +35,8 @@ USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \ evolutiondataserver GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn +#Currently borken, needs update to new totem-pl-parser API +CONFIGURE_ARGS+=--disable-totem_plparser CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |