aboutsummaryrefslogtreecommitdiff
path: root/sysutils/backuppc
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-04-24 11:23:58 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-04-24 11:23:58 +0000
commita2e11fbdd7b3bf86d46527eeb6bd5b45c26db793 (patch)
tree74aab0d2c20139099c1fc436f7f1a25322e22459 /sysutils/backuppc
parentc859eb4c2d584561e6fa39444b193a563105d616 (diff)
downloadports-a2e11fbdd7b3bf86d46527eeb6bd5b45c26db793.tar.gz
ports-a2e11fbdd7b3bf86d46527eeb6bd5b45c26db793.zip
Notes
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r--sysutils/backuppc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile
index 7bc30aced7b5..45ea71beba3e 100644
--- a/sysutils/backuppc/Makefile
+++ b/sysutils/backuppc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= backuppc
PORTVERSION= 3.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -16,6 +16,8 @@ DISTNAME= BackupPC-${PORTVERSION}
MAINTAINER= moiseev@mezonplus.ru
COMMENT= System for backing PCs and laptops to a server
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+
NO_BUILD= yes
USE_PERL5= 5.8.0+
@@ -36,7 +38,6 @@ OPTIONS= COMPRESS_ZLIB "Perl5 interface to zlib compression library" on \
FILE_RSYNCP "Perl Rsync client" off \
SMBCLIENT "Samba client" off \
NMBLOOKUP "NetBIOS Name lookup tool" off \
- LIBWWW "Perl5 library for WWW access (for FTP Xfer)" off \
XML_RSS "Perl extension to manage RSS files" off
.include <bsd.port.options.mk>
@@ -56,9 +57,6 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba-smbclient
.if defined(WITH_NMBLOOKUP)
RUN_DEPENDS+= nmblookup:${PORTSDIR}/net/samba-nmblookup
.endif
-.if defined(WITH_LIBWWW)
-RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-.endif
.if defined(WITH_XML_RSS)
RUN_DEPENDS+= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
.endif