summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-06-17 11:10:22 +0000
committerwiz <wiz@pkgsrc.org>2002-06-17 11:10:22 +0000
commit0a09401380b2f20919c3ea33d3cdd3864c2b3a74 (patch)
tree89ab9267a5d403009937b31436025df02475e6b8 /net/netsaint-plugins
parent5abcafb75911572f739998127b295d5d83266651 (diff)
downloadpkgsrc-0a09401380b2f20919c3ea33d3cdd3864c2b3a74.tar.gz
Use openssl buildlink.mk instead of USE_SSL.
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index 5bf5f1d46fb..61f1479fea0 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/05/12 10:16:48 abs Exp $
+# $NetBSD: Makefile,v 1.11 2002/06/17 11:10:22 wiz Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -19,8 +19,6 @@ DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
.endif
-USE_SSL= YES
-
.include "../../net/netsaint-base/Makefile.common"
.include "../../mk/bsd.prefs.mk"
@@ -35,4 +33,5 @@ pre-configure:
${LOCALBASE}/bin/automake -a --foreign -i; \
${LOCALBASE}/bin/autoconf
+.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"