From 10f266c4f0e5915f245b0183068297b65635cd8a Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 4 Oct 2004 07:13:16 +0000 Subject: Add a dependency on compat4x if building on 5.X systems or higher. Reported by: kris Approved by: portmgr (implicit) --- databases/libudbc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases') diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile index ac6c61abb286..c76148c7fced 100644 --- a/databases/libudbc/Makefile +++ b/databases/libudbc/Makefile @@ -53,6 +53,10 @@ post-install: .include +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.endif + .if ${OSVERSION} < 400000 IGNORE= "Systems prior to 4.x are not supported" .endif -- cgit v1.2.3