Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 01:04:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316487 - head/textproc/p5-Hailo
Message-ID:  <201304250104.r3P141pQ011237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304250104.r3P141pQ011237>