summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-23 00:33:42 +0000
committerxtraeme <xtraeme>2004-02-23 00:33:42 +0000
commit9013114cc9d2152149f26243832bb5c78b7a33b6 (patch)
treed2cca66ef63bf8f3d3dc567e7d550dcd513e392f
parent19b71370021fb9853c384d0150522ca1b6ff306f (diff)
downloadpkgsrc-9013114cc9d2152149f26243832bb5c78b7a33b6.tar.gz
bl3ify and use zlib's buildlink3 instead of using DEPENDS.
-rw-r--r--security/ssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 4e3d1d4edba..62fe2111352 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2004/02/21 13:55:01 grant Exp $
+# $NetBSD: Makefile,v 1.110 2004/02/23 00:33:42 xtraeme Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -29,6 +29,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# the next line is needed if you have the gmp package installed
LDFLAGS+= -Lgmp-2.0.2-ssh-2
GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
.include "../../mk/bsd.prefs.mk"
@@ -43,7 +44,6 @@ CONFIGURE_ARGS+= --with-libwrap
.endif
.if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
-DEPENDS+= zlib-[0-9]*:../../devel/zlib
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include"
.endif
@@ -203,4 +203,5 @@ post-install:
BUILD_DEFS+= USE_IDEA SSH_SUID USE_RSAREF2
BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"