diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-19 15:55:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-19 15:55:12 +0800 |
commit | b41ca11df6b96ae12aaa9048905a5fe72df23f99 (patch) | |
tree | 31cc0afd29a294ae7cb21d2a90c8a55c49fe9b69 /sysutils | |
parent | 5436f2b9bb1ed14a1e25c855c5972633c87ed724 (diff) | |
download | marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.gz marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.tar.zst marcuscom-ports-b41ca11df6b96ae12aaa9048905a5fe72df23f99.zip |
Switch to new USES=perl5 framework. Old style was removed. This should unbreak
these ports. [1]
While here switch to new LIB_DEPEND syntax. Let me know if I screwed
something up.
Noticed by: Gustau [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18682 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 727b37de3..07298263f 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -12,13 +12,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Backend system admin scripts for gnome-system-tools BUILD_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1:${PORTSDIR}/sysutils/polkit +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus USE_BZIP2= yes -USE_PERL5= yes -USES= gmake pathfix +USES= gmake pathfix perl5 USE_GNOME= intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes |