diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 06:32:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 06:32:30 +0800 |
commit | 05bdb1421992055ba6f5708c5ffaf4582a31dded (patch) | |
tree | 0836b91671d1e14debc4e0b27f7da99f38277534 | |
parent | 103757e354a34553d181dc1e3194a6f2a7cc7095 (diff) | |
download | marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar.gz marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar.bz2 marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar.lz marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar.xz marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.tar.zst marcuscom-ports-05bdb1421992055ba6f5708c5ffaf4582a31dded.zip |
This sucker needs gtk30 too.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14964 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-session3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index c168e2c8e..fa219cb22 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session3/Makefile,v 1.1 2010/07/26 16:06:42 kwm Exp $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.3 2010/12/26 20:01:24 kwm Exp $ # PORTNAME= gnome-session @@ -28,7 +28,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool gtk30 GNOME_DESKTOP_VERSION=3 USE_GMAKE= yes GNU_CONFIGURE= yes |