diff options
author | jlam <jlam> | 2001-07-27 14:46:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-27 14:46:10 +0000 |
commit | dce4bb1338fd7122d22931186d50656ed4b22010 (patch) | |
tree | be4daedc0196c37ee798608b5609334169f13640 /security | |
parent | 8758026a26264c49e85df860e2a234e6e77a3f91 (diff) | |
download | pkgsrc-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/Makefile | 5 |
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" |