summaryrefslogtreecommitdiff
path: root/security/sslwrap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-27 14:46:10 +0000
committerjlam <jlam@pkgsrc.org>2001-07-27 14:46:10 +0000
commit68399b42074beb11e0540bef96a04538662ea485 (patch)
treebe4daedc0196c37ee798608b5609334169f13640 /security/sslwrap
parent8383ce3c1a03e9cf0449d48dcbd14cc8c49476b1 (diff)
downloadpkgsrc-68399b42074beb11e0540bef96a04538662ea485.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Fixes pkg/13568.
Diffstat (limited to 'security/sslwrap')
-rw-r--r--security/sslwrap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index d1e6824166d..3b2908d500a 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:50:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/07/27 14:46:10 jlam Exp $
#
DISTNAME= ${PKGNAME:S/-//}
@@ -10,6 +10,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.rickk.com/sslwrap/
COMMENT= simple ssl wrapper
-USE_SSL= # defined
+USE_BUILDLINK_ONLY= YES
+.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"