aboutsummaryrefslogtreecommitdiff
path: root/databases/opendbx
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-23 08:07:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-23 08:07:30 +0000
commit2553c5445345f0d313c84dde7144b426e8bce1c7 (patch)
treebc4914e6045628fbc25aeb44ad8488df7f33d4a2 /databases/opendbx
parent5dd1d20bb693de63b00f058e99d3b66a6c272aac (diff)
downloadports-2553c5445345f0d313c84dde7144b426e8bce1c7.tar.gz
ports-2553c5445345f0d313c84dde7144b426e8bce1c7.zip
- Remove 4.X gruft
PR: 111938 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=190702
Diffstat (limited to 'databases/opendbx')
-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