summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal3
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 03:41:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 03:41:39 +0800
commit168ba49691a2ce6e569fd4c585d109a68d1fdd7a (patch)
tree5059e667248c3388d2c571aeea81695dc96c55ba /x11/gnome-terminal3
parent174ee5687d11e7de94dee2fbe48dafaa5b6ee40d (diff)
downloadmarcuscom-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 'x11/gnome-terminal3')
-rw-r--r--x11/gnome-terminal3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-terminal3/Makefile b/x11/gnome-terminal3/Makefile
index 66a7d6b4e..0acc50e3e 100644
--- a/x11/gnome-terminal3/Makefile
+++ b/x11/gnome-terminal3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-terminal3/Makefile,v 1.4 2011/02/24 12:15:29 kwm Exp $
+# $MCom: ports/x11/gnome-terminal3/Makefile,v 1.5 2011/04/05 09:29:34 kwm Exp $
#
PORTNAME= gnome-terminal
@@ -26,7 +26,6 @@ USE_GMAKE= yes
USE_XORG= sm ice
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte3 gnomedocutils
GNU_CONFIGURE= yes
-GNOME_DESKTOP_VERSION=3
CONFIGURE_ARGS= --with-gtk=3.0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"