diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 14:42:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 14:42:55 +0800 |
commit | 8fdaee3872824b4b2a18e42b4e57c2e282c4477a (patch) | |
tree | c4681fccb4038b98270a9bb6eef92c8f1a56ac7b | |
parent | 6a6748660bb9f71200f7ea5092c7ad68d6b80456 (diff) | |
download | marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar.gz marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar.bz2 marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar.lz marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar.xz marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.tar.zst marcuscom-ports-8fdaee3872824b4b2a18e42b4e57c2e282c4477a.zip |
Add a missing dependency on gnomedesktop.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5627 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-session/Makefile | 6 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 5862b0969..61830422d 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomesession/Makefile,v 1.70 2006/01/16 19:30:16 ahze Exp $ +# $MCom: ports/x11/gnomesession/Makefile,v 1.71 2006/01/27 19:10:32 ahze Exp $ # PORTNAME= gnomesession PORTVERSION= 2.13.90 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -25,7 +26,8 @@ COMMENT= Session component for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop +GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 5862b0969..61830422d 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomesession/Makefile,v 1.70 2006/01/16 19:30:16 ahze Exp $ +# $MCom: ports/x11/gnomesession/Makefile,v 1.71 2006/01/27 19:10:32 ahze Exp $ # PORTNAME= gnomesession PORTVERSION= 2.13.90 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -25,7 +26,8 @@ COMMENT= Session component for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop +GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |