diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
commit | 6071aa584d03c4f44a6a0fcc929d60259ab540fc (patch) | |
tree | 57ff114ed6c22543eff6f68991fcfc5180976d04 /news/ubh | |
parent | 8f145387b89bd4e2fc168b3f74fc221568a2c94c (diff) | |
download | freebsd-ports-graphics-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.gz freebsd-ports-graphics-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.zst freebsd-ports-graphics-6071aa584d03c4f44a6a0fcc929d60259ab540fc.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'news/ubh')
-rw-r--r-- | news/ubh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index 70428874135..a6fc9a87e61 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 NO_BUILD= YES -USE_PERL5= YES +USES= perl5 pre-patch: @${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old |