diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 00:28:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 00:28:37 +0800 |
commit | 8768d04b70f780fcf397f0a37659ce8cf0655b2a (patch) | |
tree | 47645ad36be1d47c4eb45c2ad19f685152fe5e22 /x11/gnome-desktop/Makefile | |
parent | 2d91f96e83a795883f9830a351358ed7dddeb9b6 (diff) | |
download | marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar.gz marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar.bz2 marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar.lz marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar.xz marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.tar.zst marcuscom-ports-8768d04b70f780fcf397f0a37659ce8cf0655b2a.zip |
Re-add the '\'.
Reported by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12631 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 092dd9aa6..6f1240cd2 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.165 2009/08/02 18:00:15 marcus Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.166 2009/08/15 07:15:01 marcus Exp $ # PORTNAME= gnome-desktop @@ -23,7 +23,7 @@ USE_BZIP2= yes LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 pygtk2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack GNOME_DESKTOP_VERSION=2 USE_GETTEXT= yes |