aboutsummaryrefslogtreecommitdiff
path: root/net/AquaGatekeeper2
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-17 09:50:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-17 09:50:35 +0000
commit56fb4687d0d789d23812df3544e926bdd0a1a2f8 (patch)
tree2441e8dc0b439cae406304c3aafe493bd46d95fc /net/AquaGatekeeper2
parent866f2e7378e06c4c6935a933f77cb9e66330f02e (diff)
downloadports-56fb4687d0d789d23812df3544e926bdd0a1a2f8.tar.gz
ports-56fb4687d0d789d23812df3544e926bdd0a1a2f8.zip
Notes
Diffstat (limited to 'net/AquaGatekeeper2')
-rw-r--r--net/AquaGatekeeper2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile
index f2c724619df2..34677031b9d7 100644
--- a/net/AquaGatekeeper2/Makefile
+++ b/net/AquaGatekeeper2/Makefile
@@ -50,8 +50,10 @@ post-install:
.include <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>