diff options
author | pav <pav@FreeBSD.org> | 2011-09-06 06:07:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-09-06 06:07:21 +0800 |
commit | d2b1a5e35f476636e3cea91bd04df71e70f8f148 (patch) | |
tree | 129aa15f335668e2b01fcc56bd2f9a01a7b725f4 /mail | |
parent | 61a6d0ae84eb3c82d663e0c1502eebdaff9825db (diff) | |
download | freebsd-ports-gnome-d2b1a5e35f476636e3cea91bd04df71e70f8f148.tar.gz freebsd-ports-gnome-d2b1a5e35f476636e3cea91bd04df71e70f8f148.tar.zst freebsd-ports-gnome-d2b1a5e35f476636e3cea91bd04df71e70f8f148.zip |
- Revert part of previous commit, perl is still needed to build
Reported by: pointyhat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rlytest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile index bc912b8f3705..f8e025416dd2 100644 --- a/mail/rlytest/Makefile +++ b/mail/rlytest/Makefile @@ -20,7 +20,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} NO_WRKSUBDIR= yes -USE_PERL5_RUN= yes +USE_PERL5= yes MAN1= rlytest.1 PLIST_FILES= bin/rlytest |