diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 11:34:15 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 11:34:15 +0800 |
commit | afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64 (patch) | |
tree | c538678adbf137899fbfc778bce456edb819bd8c /x11-wm/metacity | |
parent | 09b76ee37163f4ad90dfe3b18a6c941aab5ebf09 (diff) | |
download | marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar.gz marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar.bz2 marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar.lz marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar.xz marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.tar.zst marcuscom-ports-afa680b8ae692cba894a0e6f4ba8b2c7a9f43c64.zip |
- Move themes to LOCALBASE
We're really breaking stuff now!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-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 9a77549c6..711afba96 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.82 2006/06/13 06:21:17 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.83 2006/07/11 06:54:13 marcus Exp $ # PORTNAME= metacity PORTVERSION= 2.15.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,7 +21,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFLICTS= expocity-[0-9]* USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |