diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-04-25 01:04:00 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-04-25 01:04:00 +0000 |
commit | d4abd6817d7ec06f258d4577b241283b25c8ea50 (patch) | |
tree | 3bc10e0923a8271c36eac3abe78a7c7fa75b559f /textproc | |
parent | 4e5592f3c81b82f07f27c02e7c5ba0ec9c66437d (diff) | |
download | ports-d4abd6817d7ec06f258d4577b241283b25c8ea50.tar.gz ports-d4abd6817d7ec06f258d4577b241283b25c8ea50.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Hailo/Makefile | 5 |
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 |