aboutsummaryrefslogtreecommitdiff
path: root/databases/opendbx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/opendbx/Makefile')
-rw-r--r--databases/opendbx/Makefile7
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