diff options
Diffstat (limited to 'multimedia/cheese3/Makefile')
-rw-r--r-- | multimedia/cheese3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index 494939206..0a184b6bb 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -3,11 +3,11 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese3/Makefile,v 1.10 2011/08/31 08:20:28 kwm Exp $ +# $MCom: ports/multimedia/cheese3/Makefile,v 1.11 2011/09/18 10:34:20 kwm Exp $ # PORTNAME= cheese -PORTVERSION= 3.1.91.1 +PORTVERSION= 3.2.0 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -39,8 +39,8 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" DOCS= AUTHORS COPYING ChangeLog NEWS README GLIB_SCHEMAS= org.gnome.Cheese.gschema.xml |