diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:22:47 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:22:47 +0000 |
commit | ca11b0d6e9a1ec907ecd9af2960fc14b2d50a160 (patch) | |
tree | 57ff114ed6c22543eff6f68991fcfc5180976d04 /misc/lesspipe/Makefile | |
parent | Update to 2.15. (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to '')
-rw-r--r-- | misc/lesspipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index dc2d938541ad..79d736b742dd 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ cdrecord:${PORTSDIR}/sysutils/cdrtools .endif -USE_PERL5= yes +USES= perl5 NO_BUILD= yes HAS_CONFIGURE= yes |