diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 08:07:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 08:07:30 +0000 |
commit | 2553c5445345f0d313c84dde7144b426e8bce1c7 (patch) | |
tree | bc4914e6045628fbc25aeb44ad8488df7f33d4a2 /databases/opendbx | |
parent | 5dd1d20bb693de63b00f058e99d3b66a6c272aac (diff) | |
download | ports-2553c5445345f0d313c84dde7144b426e8bce1c7.tar.gz ports-2553c5445345f0d313c84dde7144b426e8bce1c7.zip |
Notes
Diffstat (limited to 'databases/opendbx')
-rw-r--r-- | databases/opendbx/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 2d144610d392..cbcdbd676626 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -35,13 +35,6 @@ OPTIONS= MYSQL "Support for the MySQL database" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= doesn't build on FreeBSD < 5.x -#post-patch: -# ${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbxlib.h -# ${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/lib/odbx.h -.endif - .if !defined(WITH_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) && !defined(WITH_SQLITE3) && !defined(WITH_MSSQL) IGNORE= needs at least one database backend .endif |