diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 03:28:54 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 03:28:54 +0000 |
commit | fecd09125fcb821872e27684fa155434a8a8330e (patch) | |
tree | 6d5c0865ca7253c22c9fa68ddec7d2261cf3d5ab /security/sslwrap | |
parent | 27c1db4b628e57b8a215113def09f4f21668a4c9 (diff) | |
download | pkgsrc-fecd09125fcb821872e27684fa155434a8a8330e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/sslwrap')
-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 e9dbd035a62..ce5694f1273 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:54 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/25 03:28:54 snj Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-//} @@ -11,13 +11,13 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.quiltaholic.com/rickk/sslwrap/ COMMENT= Simple SSL wrapper -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES OPSYSVARS+= LDADD LDADD.SunOS= -lnsl -lsocket MAKE_ENV+= LDADD="${LDADD}" -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .if !exists(${BUILDLINK_PREFIX.openssl}/include/openssl/e_os.h) CFLAGS+= -DFLAT_INC |