diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
commit | 3e657489e209d0aec5331fd70f19c96df0146a59 (patch) | |
tree | 8f1b59cfbbd73620cc4a151c90372baa46f5e797 /lang/parrot | |
parent | d04bb2c0dac4bb4b830d050a163327ba8477d204 (diff) | |
download | freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.gz freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.zst freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.zip |
Convert to new perl framework.
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index f930409eadf1..1d5ad80c25a0 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -35,8 +35,7 @@ MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes -USES= bison +USES= bison perl5 MAN1= ops2c.1 \ parrot.1 \ |