diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-27 23:36:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-27 23:36:25 +0000 |
commit | ff668bb1a37a310c1aaa1bf7dd65a519b931bdea (patch) | |
tree | 9d435c54249c90e30ae0c6bac76890993d52b271 | |
parent | 375f10916a6593a754062e7931aea6273c344ae1 (diff) | |
download | ports-ff668bb1a37a310c1aaa1bf7dd65a519b931bdea.tar.gz ports-ff668bb1a37a310c1aaa1bf7dd65a519b931bdea.zip |
Notes
-rw-r--r-- | net/AquaGatekeeper/Makefile | 8 | ||||
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 8 |
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/ |