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/rsyncbackup | |
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/rsyncbackup')
-rw-r--r-- | sysutils/rsyncbackup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |