diff options
author | az <az@FreeBSD.org> | 2013-09-06 15:00:15 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 15:00:15 +0800 |
commit | 4a974f7a97236c021000c251f225f93a8c83c073 (patch) | |
tree | e056c71dcec2891a27063c3d2ff95b45626ce6d4 /net/xbone | |
parent | c7c1b29414ff9b888909bbde25a8fc0b56b8cb47 (diff) | |
download | freebsd-ports-gnome-4a974f7a97236c021000c251f225f93a8c83c073.tar.gz freebsd-ports-gnome-4a974f7a97236c021000c251f225f93a8c83c073.tar.zst freebsd-ports-gnome-4a974f7a97236c021000c251f225f93a8c83c073.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 6068dbba2762..147216e34d8c 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -42,7 +42,7 @@ BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ USE_GMAKE= yes #IS_INTERACTIVE= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_OPENLDAP= yes INSTALL_TARGET= node |