diff options
author | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
commit | 07673ea56e79850a055955863f379793fb272d54 (patch) | |
tree | 9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/inspircd12 | |
parent | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (diff) | |
download | freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.gz freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.zst freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/inspircd12')
-rw-r--r-- | irc/inspircd12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd12/Makefile b/irc/inspircd12/Makefile index 3eea96424f83..1ad8b40eb64d 100644 --- a/irc/inspircd12/Makefile +++ b/irc/inspircd12/Makefile @@ -15,7 +15,7 @@ CONFLICTS= inspircd-2.* LATEST_LINK= inspircd12 -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd @@ -40,7 +40,7 @@ SUB_LIST+= \ PLIST_SUB+= INSPIRCD_GRP=${INSPIRCD_GRP} # Configure script is written in perl -USE_PERL5_BUILD=yes +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ |