aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 17:03:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 17:03:42 +0000
commita5341091eb73a3b0935daf8915c7f79139235548 (patch)
tree9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /databases/slony1v2
parentf56f112403e0108e4a1caa3b8bd8197282cda9a6 (diff)
downloadports-a5341091eb73a3b0935daf8915c7f79139235548.tar.gz
ports-a5341091eb73a3b0935daf8915c7f79139235548.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327418
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 7460b917bc14..fae3e915d54f 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
GNU_CONFIGURE= yes
-USES= bison
+USES= bison gmake
USE_PGSQL= yes
-USE_GMAKE= yes
USE_BZIP2= yes
USE_RC_SUBR= slon
@@ -35,7 +34,7 @@ CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPERLTOOLS}
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+=--with-perltools=${LOCALBASE}/sbin
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg