diff options
author | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
commit | bae2639e49cd3cf3ee78c2ed8e82c3a277c91404 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /security/sslwrap/Makefile | |
parent | cd541833a6d47d522a3c2b271309abd492b2464c (diff) | |
download | pkgsrc-bae2639e49cd3cf3ee78c2ed8e82c3a277c91404.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'security/sslwrap/Makefile')
-rw-r--r-- | security/sslwrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 3b2908d500a..d7664d69b6c 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/07/27 14:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/25 21:50:44 jlam Exp $ # DISTNAME= ${PKGNAME:S/-//} @@ -10,7 +10,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.rickk.com/sslwrap/ COMMENT= simple ssl wrapper -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES -.include "../../security/openssl/buildlink.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |