diff options
author | az <az@FreeBSD.org> | 2013-09-16 23:42:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 23:42:40 +0800 |
commit | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (patch) | |
tree | 8ecfcfa3b923a4f09a3d580a3446ab33b76fbaf7 /irc/inspircd | |
parent | 1f1883a72bab9c644a838bc241ccd389428c0df1 (diff) | |
download | freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.tar.gz freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.tar.zst freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/inspircd')
-rw-r--r-- | irc/inspircd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 40caba04c9c6..0878bc7757c2 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -35,7 +35,8 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ GROUPS=${GROUPS} # Configure script is written in perl -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ |