diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 10:02:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 10:02:46 +0000 |
commit | d3d9f549e10075ceaece86462c7a7a1f9fb1bc4a (patch) | |
tree | aa0cfd8822120753cf80ff01855bbadf64398b04 /databases/p5-DBD-ODBC/Makefile | |
parent | ae4f0e31321e2b6037871b112315096f037892aa (diff) | |
download | ports-d3d9f549e10075ceaece86462c7a7a1f9fb1bc4a.tar.gz ports-d3d9f549e10075ceaece86462c7a7a1f9fb1bc4a.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC/Makefile')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index 1e7d5a1a4b0e..bc57137face4 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-ODBC -PORTVERSION= 1.09 +PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -31,7 +31,7 @@ OPTIONS= IODBC "Link with libiodbc" on \ BROKEN= "Should only select one of ODBC and IODBC" .endif .if defined(WITH_ODBC) && ${OSVERSION} < 500016 -IGNORE= "Due to some obscure -pthread things, you can't have this work" +IGNORE= Due to some obscure -pthread things, you can not have this work .endif .if !defined(WITHOUT_IODBC) |