diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 15:42:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 15:42:40 +0000 |
commit | 778e2d35510d4f8fa6bbae934b313771189e4268 (patch) | |
tree | 8ecfcfa3b923a4f09a3d580a3446ab33b76fbaf7 /irc/ircd-ratbox-devel | |
parent | Sqlite 3.4 is not in the ports tree anymore (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327410
Diffstat (limited to 'irc/ircd-ratbox-devel')
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 3216c9158946..bd5da0992a8b 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -15,11 +15,12 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-[0-9]* charybdis-[0-9]* +USES= perl5 USE_BZIP2= yes #MAN8= ircd.8 USE_RC_SUBR= ircd-ratbox USE_SQLITE= 3 -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= ${PREFIX}/lib/ircd-ratbox USERS= ircd |