diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 05:36:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 05:36:12 +0800 |
commit | a342d2ee799d2df3d1cceed9a93199bd63262086 (patch) | |
tree | 23a054f3164e68a8e8acc25f3144be7e503d6fce /x11/gnome-session3/Makefile | |
parent | 0bb39a13fa4a2b961faeed4d2e7b17419804ceb5 (diff) | |
download | marcuscom-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-session3/Makefile')
-rw-r--r-- | x11/gnome-session3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index f547111fd..13ffe1128 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session3/Makefile,v 1.21 2011/09/16 16:08:39 kwm Exp $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.22 2011/09/20 12:53:33 kwm Exp $ # PORTNAME= gnome-session -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -34,8 +34,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool gtk30 librsvg2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnome-session.1 gnome-session-properties.1 \ gnome-session-quit.1 |