diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-21 05:21:47 +0800 | 
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-21 05:21:47 +0800 | 
| commit | 38e9d337a4830c939045ccf7d635fc32f3434878 (patch) | |
| tree | ca3009ed7839bd293a9917ccccc593ef349903bb /x11/gnome-desktop/Makefile | |
| parent | 2772e99764276aabab070e36f1e1f5133769aeed (diff) | |
| download | marcuscom-ports-38e9d337a4830c939045ccf7d635fc32f3434878.tar.gz marcuscom-ports-38e9d337a4830c939045ccf7d635fc32f3434878.tar.zst marcuscom-ports-38e9d337a4830c939045ccf7d635fc32f3434878.zip  | |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop/Makefile')
| -rw-r--r-- | x11/gnome-desktop/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 2ea754b8e..121030184 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,10 +1,10 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11/gnome-desktop/Makefile,v 1.193 2012/09/03 16:28:28 mezz Exp $ +#   $MCom: ports/x11/gnome-desktop/Makefile,v 1.194 2013/03/09 09:12:39 kwm Exp $  PORTNAME=	gnome-desktop  PORTVERSION=	2.32.1 -PORTREVISION?=	3 +PORTREVISION?=	4  CATEGORIES=	x11 gnome  MASTER_SITES=	GNOME  DIST_SUBDIR=	gnome2 @@ -19,11 +19,11 @@ USE_BZIP2=	yes  LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification  USE_XORG=	xpm +USES=		bison pathfix  USE_GNOME=	gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \  		ltverhack referencehack  USE_GETTEXT=	yes  USE_GMAKE=	yes -USES=		bison pathfix  USE_PYTHON=	yes  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool  | 
