diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
commit | d203b12054ad82d30bac1f0a0c022b1393f861b3 (patch) | |
tree | aa853b3ada1746f7fe92c44b10a0a57900e6b933 /net/AquaGatekeeper | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) | |
download | ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.tar.gz ports-d203b12054ad82d30bac1f0a0c022b1393f861b3.zip |
Notes
Diffstat (limited to 'net/AquaGatekeeper')
-rw-r--r-- | net/AquaGatekeeper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index cb1ca3b6a999..d66da058e8d7 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -52,7 +52,7 @@ post-install: .if ${ARCH} == "i386" LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x -.elif ${OSVERSION} >= 600000 && ${ARCH} == "amd64" +.elif ${ARCH} == "amd64" LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .endif |