summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-28 10:58:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-28 10:58:55 +0800
commita7856a2f1aceee3dc28f881c7321ddce2031a516 (patch)
tree9217b763cb0e57f34d68d62236ffdd33b26c7a5c /x11/gnome-terminal
parentc86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc (diff)
downloadmarcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.gz
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.bz2
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.lz
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.xz
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.zst
marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.zip
The gnome-terminal actually still depend on libgnome by use its gconf for the
default option. All Linux distro do the same thing. GNOME developer said in the bugzilla about that he knows about it and will be fixed later. No bump need since it's in MarcusCom and will be new version when merges into FreeBSD ports. It's only an issue for non-gnome user. PR: ports/145347 Reported by: kevin <kevinxlinuz@163.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14109 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r--x11/gnome-terminal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index a554ef075..7ef638d0c 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-terminal/Makefile,v 1.130 2010/03/30 20:15:22 kwm Exp $
+# $MCom: ports/x11/gnome-terminal/Makefile,v 1.131 2010/04/26 22:47:48 kwm Exp $
#
PORTNAME= gnome-terminal
@@ -22,7 +22,8 @@ USE_BZIP2= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_XORG= sm
-USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \
+ libgnome
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"