diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 06:47:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 06:47:54 +0800 |
commit | 7539cc4fca5d8bb189229a9e0c03ef34565f3edf (patch) | |
tree | b0f687a37d1cab755f4fc5eb358bee474684fc3d /multimedia/cheese3/Makefile | |
parent | 169cfa2690cd0c4ca48b10d191a2956e3b12080e (diff) | |
download | marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.tar.gz marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.tar.zst marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16363 df743ca5-7f9a-e211-a948-0013205c9059
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 |