diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 |
commit | 51173c6aafe5c210422b93de19e623a27ee81d8a (patch) | |
tree | d08c7d489d814822978c91b1449e916c731a5738 /sysutils | |
parent | 84cfc8a5171a65334d4b201bb6c14247ad52f898 (diff) | |
download | marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.gz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.bz2 marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.lz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.xz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.zst marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.zip |
Switch to USES=execinfo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mate-power-manager/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 7fdaa3f3c..0afdf7b7b 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -17,13 +17,12 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= execinfo gettext gmake pathfix pkgconfig tar:xz USE_MATE= autogen common:build docutils intlhack libmatekeyring \ panel USE_XORG= x11 xext xproto xrandr xrender |