summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-04 07:13:16 +0000
committermarcus <marcus@FreeBSD.org>2004-10-04 07:13:16 +0000
commitf42ddef20b993478130341cfd826d0de1b4d41be (patch)
treefbe1861379ea41e249050aad3dfc83ae58e0ae01 /databases
parent442bf9c7ed8905bd05053842b44ceae95fea8c44 (diff)
downloadFreeBSD-ports-f42ddef20b993478130341cfd826d0de1b4d41be.zip
FreeBSD-ports-f42ddef20b993478130341cfd826d0de1b4d41be.tar.gz
Add a dependency on compat4x if building on 5.X systems or higher.
Reported by: kris Approved by: portmgr (implicit)
Diffstat (limited to 'databases')
-rw-r--r--databases/libudbc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile
index ac6c61a..c76148c 100644
--- a/databases/libudbc/Makefile
+++ b/databases/libudbc/Makefile
@@ -53,6 +53,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
+
.if ${OSVERSION} < 400000
IGNORE= "Systems prior to 4.x are not supported"
.endif
OpenPOWER on IntegriCloud