diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-28 10:58:55 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-28 10:58:55 +0800 |
commit | a7856a2f1aceee3dc28f881c7321ddce2031a516 (patch) | |
tree | 9217b763cb0e57f34d68d62236ffdd33b26c7a5c /x11 | |
parent | c86b3cbc8f9247d7f4a7c5d50588fba010fa3dfc (diff) | |
download | marcuscom-ports-a7856a2f1aceee3dc28f881c7321ddce2031a516.tar.gz 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')
-rw-r--r-- | x11/gnome-terminal/Makefile | 5 |
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" |