From d0677b566fe3e5264e9cba9e84b9747463cf9e90 Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 27 Mar 2004 23:36:25 +0000 Subject: - Fix INDEX build Pointy hat to: me --- net/AquaGatekeeper2/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'net/AquaGatekeeper2/Makefile') diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile index 2a8410034c83..6c3a2cc2bc58 100644 --- a/net/AquaGatekeeper2/Makefile +++ b/net/AquaGatekeeper2/Makefile @@ -27,14 +27,6 @@ NO_CDROM= "No commercial redistribution" IS_INTERACTIVE= yes .endif -.if !defined(HAS_CRYPTO3) -HAS_CRYPTO3!= ldconfig -r | fgrep -q -- -lcrypto.3 && echo yes || echo no -.endif - -.if ${HAS_CRYPTO3} != "yes" -IGNORE= This port requires libcrypto.3, upgrade base system or define HAS_CRYPTO3=yes to skip this test -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/ @${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/ -- cgit