aboutsummaryrefslogtreecommitdiffstats
path: root/databases/opendbx
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-23 16:07:30 +0800
committermiwi <miwi@FreeBSD.org>2007-04-23 16:07:30 +0800
commit01c787bad081535e6124ebfcfa750b0b3273e103 (patch)
treeb3d983e5fe951b23d49cf60083c64c0d7609daff /databases/opendbx
parent60c8829fc94c55a70f3837e8db6d788d0e7a0ef6 (diff)
downloadfreebsd-ports-gnome-01c787bad081535e6124ebfcfa750b0b3273e103.tar.gz
freebsd-ports-gnome-01c787bad081535e6124ebfcfa750b0b3273e103.tar.zst
freebsd-ports-gnome-01c787bad081535e6124ebfcfa750b0b3273e103.zip
- Remove 4.X gruft
PR: 111938 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer
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