diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libudbc/Makefile | 4 |
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 |