diff options
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index ec0efb64e..b6b459730 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -3,17 +3,17 @@ # Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/clutter-gst/Makefile,v 1.12 2011/10/28 20:01:07 kwm Exp $ +# $MCom: ports/multimedia/clutter-gst/Makefile,v 1.13 2012/01/22 10:46:36 kwm Exp $ PORTNAME= clutter-gst -PORTVERSION= 1.4.6 +PORTVERSION= 1.5.4 CATEGORIES= multimedia MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= clutter-1.0:${PORTSDIR}/graphics/clutter USE_GMAKE= yes USE_XZ= yes @@ -22,7 +22,6 @@ USE_GNOME= gnomehack ltverhack gnomeprefix USE_GSTREAMER= yes USE_XORG= xp x11 USE_LDCONFIG= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |