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/mate-session-manager/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11/mate-session-manager/Makefile')
-rw-r--r-- | x11/mate-session-manager/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 32a02261b838..321a10612cb5 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -10,10 +10,10 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the MATE desktop -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libupower-glib.so:${PORTSDIR}/sysutils/upower -RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ - ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libupower-glib.so:sysutils/upower +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit \ + ${LOCALBASE}/bin/xdpyinfo:x11/xdpyinfo PORTSCOUT= limitw:1,even |