summaryrefslogtreecommitdiff
path: root/textproc/p5-Hailo/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-04-25 01:04:00 +0000
committerSteve Wills <swills@FreeBSD.org>2013-04-25 01:04:00 +0000
commitd4abd6817d7ec06f258d4577b241283b25c8ea50 (patch)
tree3bc10e0923a8271c36eac3abe78a7c7fa75b559f /textproc/p5-Hailo/Makefile
parent- Fix build (diff)
- Fix required perl version
- Fix typo in options PR: ports/177159 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=316487
Diffstat (limited to '')
-rw-r--r--textproc/p5-Hailo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Hailo/Makefile b/textproc/p5-Hailo/Makefile
index cc80c86f90e6..3dbe202e0a18 100644
--- a/textproc/p5-Hailo/Makefile
+++ b/textproc/p5-Hailo/Makefile
@@ -43,7 +43,7 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Test-Script-Run>=0.04:${PORTSDIR}/devel/p5-Test-Script-Run \
p5-Test-Synopsis>=0.06:${PORTSDIR}/devel/p5-Test-Synopsis
-PERL_CONFIGURE= yes
+PERL_CONFIGURE= 5.10.0+
MAN1= hailo.1
@@ -75,10 +75,9 @@ OPTIONS_DEFAULT= SQLITE
RUN_DEPENDS+= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite
.endif
-.if ${PORT_OPTIONS:MPSQL}
+.if ${PORT_OPTIONS:MPGSQL}
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif
-
.if ${PORT_OPTIONS:MMYSQL}
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif