From 56fb4687d0d789d23812df3544e926bdd0a1a2f8 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 17 Feb 2004 09:50:35 +0000 Subject: - Unbreak this version on 5.x PR: ports/62951 Submitted by: maintainer --- net/AquaGatekeeper/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/AquaGatekeeper/Makefile') diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index f2c724619df2..34677031b9d7 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -50,8 +50,10 @@ post-install: .include -.if ${OSVERSION} > 500000 || ${OSVERSION} < 400000 +.if ${OSVERSION} < 400000 BROKEN= "Supported only on 4.x systems" +.elif ${OSVERSION} >= 500000 +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x .endif .include -- cgit v1.2.3