diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:41:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:41:39 +0800 |
commit | 168ba49691a2ce6e569fd4c585d109a68d1fdd7a (patch) | |
tree | 5059e667248c3388d2c571aeea81695dc96c55ba /deskutils | |
parent | 174ee5687d11e7de94dee2fbe48dafaa5b6ee40d (diff) | |
download | marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.gz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.bz2 marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.lz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.xz marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.tar.zst marcuscom-ports-168ba49691a2ce6e569fd4c585d109a68d1fdd7a.zip |
Remove GNOME_DESKTOP_VERSION from the Makefile. It is designed for component
in bsd.gnome.mk.
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15787 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gnome-utils3/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 90318480e..cf88d9e4a 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.150 2010/09/28 08:41:46 kwm Exp $ +# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.152 2011/03/07 09:13:18 kwm Exp $ # PORTNAME= gnome-utils @@ -23,7 +23,6 @@ USE_BZIP2= yes USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack diff --git a/deskutils/gnome-utils3/Makefile b/deskutils/gnome-utils3/Makefile index c3b6a86d9..e700576e0 100644 --- a/deskutils/gnome-utils3/Makefile +++ b/deskutils/gnome-utils3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils3/Makefile,v 1.5 2011/03/30 06:54:42 kwm Exp $ +# $MCom: ports/deskutils/gnome-utils3/Makefile,v 1.6 2011/04/05 13:40:20 kwm Exp $ # PORTNAME= gnome-utils @@ -24,7 +24,6 @@ USE_BZIP2= yes USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes -GNOME_DESKTOP_VERSION=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_XORG= xext x11 |