diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-04 05:27:51 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-04 05:27:51 +0800 |
commit | 2dbda72086f851f8738b378220d7bdd872fcc682 (patch) | |
tree | e36dfbd7bb64e810c7536d68338f96b8d07eace5 /x11 | |
parent | e930ed88146d23123cdfc22e7bb2147f44de3cf0 (diff) | |
download | marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.gz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.bz2 marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.lz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.xz marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.tar.zst marcuscom-ports-2dbda72086f851f8738b378220d7bdd872fcc682.zip |
Remove GNOME_DESKTOP_VERSION and reset the $FreeBSD$ in gdm.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 365843f78..3b6d89e8b 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -2,8 +2,8 @@ # Date created: 20 May 2002 # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # -# $FreeBSD: ports/x11/gdm/Makefile,v 1.137 2011/03/29 13:40:09 kwm Exp $ -# $MCom: ports/x11/gdm/Makefile,v 1.186 2011/06/02 11:58:24 kwm Exp $ +# $FreeBSD$ +# $MCom: ports/x11/gdm/Makefile,v 1.187 2011/06/03 19:56:54 kwm Exp $ # PORTNAME= gdm diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index f9d8081c0..3ba424519 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.232 2011/04/25 21:58:24 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.233 2011/04/30 20:43:30 mezz Exp $ # PORTNAME= gnome-panel @@ -34,7 +34,6 @@ INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop libwnck gnomemenus \ gnomedocutils ltverhack referencehack librsvg2 WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-network-manager \ |