summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-27 23:36:25 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-27 23:36:25 +0000
commitff668bb1a37a310c1aaa1bf7dd65a519b931bdea (patch)
tree9d435c54249c90e30ae0c6bac76890993d52b271
parentSupport WITHOUT_NLS (diff)
- Fix INDEX build
Pointy hat to: me
-rw-r--r--net/AquaGatekeeper/Makefile8
-rw-r--r--net/AquaGatekeeper2/Makefile8
2 files changed, 0 insertions, 16 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile
index 2a8410034c83..6c3a2cc2bc58 100644
--- a/net/AquaGatekeeper/Makefile
+++ b/net/AquaGatekeeper/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/
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/