diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-03 02:00:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-03 02:00:15 +0800 |
commit | 3b88d550ef0291712c24a3713101ea9edf3b7d2d (patch) | |
tree | bb19b64d5ff0d8e8d51276fae6fb617c87994412 /x11/gnome-desktop/Makefile | |
parent | df0d31bd80bf40eceaf588ca29538c6f091a748b (diff) | |
download | marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar.gz marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar.bz2 marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar.lz marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar.xz marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.tar.zst marcuscom-ports-3b88d550ef0291712c24a3713101ea9edf3b7d2d.zip |
Actually, gnome-desktop needs gconf and startup-notification to build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index d0482688e..9d26dfbad 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.163 2009/07/29 10:29:06 kwm Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.164 2009/08/02 15:46:53 kwm Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.27.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,10 +20,11 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 USE_XORG= xpm -USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gtk20 \ +USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 \ ltverhack referencehack GNOME_DESKTOP_VERSION=2 USE_GETTEXT= yes |