diff options
Diffstat (limited to 'net/AquaGatekeeper2/Makefile')
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile index b6b8e9a26771..a969e5f436ff 100644 --- a/net/AquaGatekeeper2/Makefile +++ b/net/AquaGatekeeper2/Makefile @@ -54,7 +54,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 |