aboutsummaryrefslogtreecommitdiff
path: root/sysutils/backuppc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 12:25:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 12:25:05 +0000
commit4c68c01d0f361a4952973ce690a092d646acb7f3 (patch)
tree768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/backuppc
parent816258886feae2b6709756fd4b521a6ca59421a6 (diff)
downloadports-4c68c01d0f361a4952973ce690a092d646acb7f3.tar.gz
ports-4c68c01d0f361a4952973ce690a092d646acb7f3.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300261
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r--sysutils/backuppc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile
index 6d47da939c20..b5bb2c90dd65 100644
--- a/sysutils/backuppc/Makefile
+++ b/sysutils/backuppc/Makefile
@@ -47,10 +47,10 @@ OPTIONS= COMPRESS_ZLIB "Perl5 interface to zlib compression library" on \
RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.if defined(WITH_ARCHIVE_ZIP)
-RUN_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
+RUN_DEPENDS+= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip
.endif
.if defined(WITH_FILE_RSYNCP)
-RUN_DEPENDS+= ${SITE_PERL}/mach/File/RsyncP.pm:${PORTSDIR}/net/p5-File-RsyncP
+RUN_DEPENDS+= p5-File-RsyncP>=0:${PORTSDIR}/net/p5-File-RsyncP
.endif
.if defined(WITH_SMBCLIENT)
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba-smbclient
@@ -59,7 +59,7 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba-smbclient
RUN_DEPENDS+= nmblookup:${PORTSDIR}/net/samba-nmblookup
.endif
.if defined(WITH_XML_RSS)
-RUN_DEPENDS+= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
+RUN_DEPENDS+= p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS
.endif
post-patch: