diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-17 23:42:40 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-17 23:42:40 +0000 |
commit | 13271f526f64119a625b30ec9e1fab3d04821f0c (patch) | |
tree | 3c3bd88092bd014155a689e4ec5b88967c582303 /security | |
parent | d362cd3fc62e14995847c5c0c3926270316d974f (diff) | |
download | pkgsrc-13271f526f64119a625b30ec9e1fab3d04821f0c.tar.gz |
Add missing mk/termcap buildlink.
Bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 1bc5feedc4c..b88e2a25276 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2009/06/30 00:07:23 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2011/12/17 23:42:59 sbd Exp $ DISTNAME= ssh-3.2.9.1 PKGNAME= ${DISTNAME:C/ssh-/ssh2-/} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= security MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ @@ -104,5 +104,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${DESTDIR:Q}${EGDIR:Q} .endfor +.include "../../mk/termcap.buildlink3.mk" .include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |