diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 00:54:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 00:54:35 +0800 |
commit | fe4d446c81647a28c7c1902002a6510f874ff466 (patch) | |
tree | cde8c697079c38848f5b00debfa841eae77173c4 /x11-themes | |
parent | 8690ee4ff2f0c9260677556d99ae71ff06020fc6 (diff) | |
download | marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar.gz marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar.bz2 marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar.lz marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar.xz marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.tar.zst marcuscom-ports-fe4d446c81647a28c7c1902002a6510f874ff466.zip |
Remove dependency on libgnomeui.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12633 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 6f902c839..a7434c78c 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.164 2009/07/18 22:18:13 kwm Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.165 2009/08/10 22:08:16 kwm Exp $ # PORTNAME= gnome-themes PORTVERSION= 2.27.90 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +27,7 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:22 INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack metacity libgnomeui +USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |