diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 03:13:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 03:13:15 +0800 |
commit | 09bea518e420ab67acce624a0fcfdbaea5d01813 (patch) | |
tree | 75ddddb5edcb1bff8dc029f4187a9fbd310fed16 /x11-wm | |
parent | 9523660b61e7ff9452e61582aa370fbf939e8002 (diff) | |
download | marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar.gz marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar.bz2 marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar.lz marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar.xz marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.tar.zst marcuscom-ports-09bea518e420ab67acce624a0fcfdbaea5d01813.zip |
Make sure we got the right zenity version in run_depend [1]
charset.alias lives now in lib/
Submitted by: Gustau Perez [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18475 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/metacity3/Makefile b/x11-wm/metacity3/Makefile index 3b186bb90..f0321775d 100644 --- a/x11-wm/metacity3/Makefile +++ b/x11-wm/metacity3/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ gtop-2.0:${PORTSDIR}/devel/libgtop \ canberra-gtk:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas CONFLICTS= metacity-2.30.[0-9]* @@ -33,7 +33,6 @@ USE_GNOME= gnomeprefix intlhack ltverhack gtk20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GLIB_SCHEMAS= org.gnome.metacity.gschema.xml |