diff options
Diffstat (limited to 'x11-themes/gnome-themes-standard/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-standard/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index 5147cdf0c..97ac65870 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.18 2011/10/04 17:37:34 kwm Exp $ +# $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.19 2011/10/18 23:02:49 kwm Exp $ # PORTNAME= gnome-themes-standard -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.2 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,7 +23,7 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack gtk30 librsvg2 GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |