diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:29:11 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:29:11 +0800 |
commit | 07c86a83f99e8efa833dd0d885d84db1052d6353 (patch) | |
tree | f086ac22fcc23a055fa82c155941bbba5b798a02 /x11-wm | |
parent | 72a2164304c012bb2f5bc7676b6f54a77977203c (diff) | |
download | marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar.gz marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar.bz2 marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar.lz marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar.xz marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.tar.zst marcuscom-ports-07c86a83f99e8efa833dd0d885d84db1052d6353.zip |
Add a missing dependency, gtk20. Bump the PORTREVISION.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10157 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 232daf0d5..c9e6f9ef8 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,11 +3,12 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.118 2007/11/18 16:15:00 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.119 2007/12/22 20:55:39 kwm Exp $ # PORTNAME= metacity PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +25,7 @@ USE_XLIB= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack +USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-render CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |