summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-27 14:46:10 +0000
committerjlam <jlam>2001-07-27 14:46:10 +0000
commitdce4bb1338fd7122d22931186d50656ed4b22010 (patch)
treebe4daedc0196c37ee798608b5609334169f13640 /security
parent8758026a26264c49e85df860e2a234e6e77a3f91 (diff)
downloadpkgsrc-dce4bb1338fd7122d22931186d50656ed4b22010.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Fixes pkg/13568.
Diffstat (limited to 'security')
-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"