diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-09 03:42:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-09 03:42:19 +0800 |
commit | e58dc6fd48de629ac09e860b3e10ec970a651660 (patch) | |
tree | 2805f3882b7deec210c86938a278633a00baa622 /x11-wm/metacity/Makefile | |
parent | c8546df562a7917fccd76169809c557cddd5e6c5 (diff) | |
download | marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar.gz marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar.bz2 marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar.lz marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar.xz marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.tar.zst marcuscom-ports-e58dc6fd48de629ac09e860b3e10ec970a651660.zip |
Add a missing dependency, zenity. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12047 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/Makefile')
-rw-r--r-- | x11-wm/metacity/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 5d16b19c3..d650dec73 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.140 2008/10/08 04:21:46 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.142 2009/02/27 00:36:22 marcus Exp $ # PORTNAME= metacity PORTVERSION= 2.25.144 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A window manager for the adult in you +BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity CONFLICTS= expocity-[0-9]* USE_BZIP2= yes |