diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-wm/metacity | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index a5ca511e64e2..26b1a34efd1d 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -10,14 +10,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Window manager for the adult in you -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ - itstool:${PORTSDIR}/textproc/itstool \ - gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ - libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ - gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \ + itstool:textproc/itstool \ + gsettings-desktop-schemas>=3.3.0:devel/gsettings-desktop-schemas +LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ + libgtop-2.0.so:devel/libgtop \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 +RUN_DEPENDS= zenity>=3.0.0:x11/zenity \ + gsettings-desktop-schemas>=3.3.0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even |