summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2002-06-17 11:10:22 +0000
committerwiz <wiz>2002-06-17 11:10:22 +0000
commita1e28b0e4833b91d8a85ce107a689e0e7983d834 (patch)
tree89ab9267a5d403009937b31436025df02475e6b8 /net
parent3fa74761d007f312e4a62c80eaccc465fb4e332e (diff)
downloadpkgsrc-a1e28b0e4833b91d8a85ce107a689e0e7983d834.tar.gz
Use openssl buildlink.mk instead of USE_SSL.
Diffstat (limited to 'net')
-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"