diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 09:01:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 09:01:02 +0800 |
commit | 2d3b8da420387298614f6ad04484a1e5b259d7a0 (patch) | |
tree | 67601d578a4e97f50a474805703fc33e2a72aea1 /x11/gnome-session/Makefile | |
parent | 0b2de6c20793b4f4bb65bb0e69327b7cd765a25d (diff) | |
download | marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar.gz marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar.bz2 marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar.lz marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar.xz marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.tar.zst marcuscom-ports-2d3b8da420387298614f6ad04484a1e5b259d7a0.zip |
Update to 2.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2500 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r-- | x11/gnome-session/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index fcc11c397..1073a91f3 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomesession -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://people.FreeBSD.org/~marcus/:local \ @@ -24,9 +24,9 @@ COMMENT= Session component for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --with-halt-command=/sbin/shutdown \ --with-reboot-command=/sbin/shutdown CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |