summaryrefslogtreecommitdiffstats
path: root/x11/gnome-desktop3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 05:36:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-08 05:36:12 +0800
commita342d2ee799d2df3d1cceed9a93199bd63262086 (patch)
tree23a054f3164e68a8e8acc25f3144be7e503d6fce /x11/gnome-desktop3/Makefile
parent0bb39a13fa4a2b961faeed4d2e7b17419804ceb5 (diff)
downloadmarcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.gz
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.bz2
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.lz
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.xz
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.tar.zst
marcuscom-ports-a342d2ee799d2df3d1cceed9a93199bd63262086.zip
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16379 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop3/Makefile')
-rw-r--r--x11/gnome-desktop3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
index 1fd61caf1..3b3e0a38a 100644
--- a/x11/gnome-desktop3/Makefile
+++ b/x11/gnome-desktop3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.19 2011/09/19 16:46:56 kwm Exp $
+# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.20 2011/09/19 20:48:08 kwm Exp $
#
PORTNAME= gnome-desktop
-PORTVERSION= 3.1.92
+PORTVERSION= 3.2.0
PORTREVISION?= 0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
@@ -38,8 +38,8 @@ INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project"
-CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \