svn commit: r316487 - head/textproc/p5-Hailo
Steve Wills
swills at FreeBSD.org
Thu Apr 25 01:04:01 UTC 2013
Author: swills
Date: Thu Apr 25 01:04:00 2013
New Revision: 316487
URL: http://svnweb.freebsd.org/changeset/ports/316487
Log:
- Fix required perl version
- Fix typo in options
PR: ports/177159
Submitted by: milki <milki at rescomp.berkeley.edu> (maintainer)
Modified:
head/textproc/p5-Hailo/Makefile (contents, props changed)
Modified: head/textproc/p5-Hailo/Makefile
==============================================================================
--- head/textproc/p5-Hailo/Makefile Thu Apr 25 00:27:28 2013 (r316486)
+++ head/textproc/p5-Hailo/Makefile Thu Apr 25 01:04:00 2013 (r316487)
@@ -43,7 +43,7 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORT
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
More information about the svn-ports-head
mailing list