diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-07 21:29:00 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-07 21:29:00 +0800 |
commit | d7b4af38e646a9dbd984bc2c01ecd1085eb77342 (patch) | |
tree | b455ad0fefe7215ab112f9e36cf1721f1b8261bd /sysutils | |
parent | 7a528e435bc821be276150b55b8c35e7e431786d (diff) | |
download | freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.gz freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.zst freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.zip |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monitorix/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rsyncbackup/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index e5d40191edd6..1dd042b80065 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-ParallelUA>=0:${PORTSDIR}/www/p5-ParallelUA \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite -USE_PERL= 5.8+ +USE_PERL5= 5.8+ MAN5= monitorix.conf.5 MAN8= monitorix.8 MANCOMPRESSED= no diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile index 14ad234f07bf..405933c92b09 100644 --- a/sysutils/rsyncbackup/Makefile +++ b/sysutils/rsyncbackup/Makefile @@ -21,7 +21,7 @@ CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USE_ZIP= yes -USE_PERL= yes +USE_PERL5= yes NO_BUILD= yes SUB_FILES= pkg-message |