diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-11 08:06:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-11 08:06:55 +0800 |
commit | 24548423474a42e0363f1c1a1a710bd384ee2b85 (patch) | |
tree | 0d242088636b4968aaf1fd6f308c3d9d4f1c08a0 /x11 | |
parent | 46a3b5a2a2d67c0c75599d9479ec579dc7c0ede1 (diff) | |
download | marcuscom-ports-24548423474a42e0363f1c1a1a710bd384ee2b85.tar.gz marcuscom-ports-24548423474a42e0363f1c1a1a710bd384ee2b85.tar.zst marcuscom-ports-24548423474a42e0363f1c1a1a710bd384ee2b85.zip |
Fix USE_GNOME list to match reality.
Reported by: Pawel Worach <pawel.worach@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index a12dfdd52..91e7a7a8b 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.150 2009/07/06 21:18:03 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.151 2009/07/20 08:27:19 kwm Exp $ # PORTNAME= gdm PORTVERSION= 2.27.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -31,8 +32,8 @@ INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \ - gnomeprefix gnomepanel +USE_GNOME= gnomehack intlhack gnomehier gconf2 libglade2 librsvg2 \ + gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home |