diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:37:54 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:37:54 +0000 |
| commit | e214c57b8fad6b65a81142c6ee9706b283425b67 (patch) | |
| tree | eed21cdf3f481be4e91106396ae24c5049eac3d1 /sysutils/system-tools-backends | |
| parent | 042ea2947aef8c163db8d1f3fe5110ed8add79e4 (diff) | |
Notes
Diffstat (limited to 'sysutils/system-tools-backends')
| -rw-r--r-- | sysutils/system-tools-backends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 1f88119f465e..64ffda743e4d 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -16,10 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Backend system admin scripts for gnome-system-tools -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus +BUILD_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus +RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus USE_BZIP2= yes USE_GMAKE= yes |
