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 /net | |
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 'net')
-rw-r--r-- | net/vino/Makefile | 3 | ||||
-rw-r--r-- | net/vino3/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 690a55264..ae00c2779 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $ +# $MCom: ports/net/vino/Makefile,v 1.83 2011/03/07 08:48:34 kwm Exp $ # PORTNAME= vino @@ -25,7 +25,6 @@ USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_XORG= xtst USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/vino3/Makefile b/net/vino3/Makefile index b48e6d43c..23d010c53 100644 --- a/net/vino3/Makefile +++ b/net/vino3/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino3/Makefile,v 1.3 2011/03/29 21:29:39 kwm Exp $ +# $MCom: ports/net/vino3/Makefile,v 1.4 2011/04/05 14:34:44 kwm Exp $ # PORTNAME= vino @@ -27,7 +27,6 @@ USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk30 USE_XORG= xdamage xfixes xtst USE_GMAKE= yes -GNOME_DESKTOP_VERSION=3 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --without-network-manager \ |