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 | |
parent | d362cd3fc62e14995847c5c0c3926270316d974f (diff) | |
download | pkgsrc-13271f526f64119a625b30ec9e1fab3d04821f0c.tar.gz |
Add missing mk/termcap buildlink.
Bump PKGREVISION
-rw-r--r-- | chat/ircII/Makefile | 5 | ||||
-rw-r--r-- | security/ssh2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 30e3c46c641..42776d01b88 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2011/11/16 08:28:29 tron Exp $ +# $NetBSD: Makefile,v 1.59 2011/12/17 23:42:40 sbd Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ http://ircii.warped.com/pub/ircII/ @@ -63,4 +63,5 @@ post-install: ${SETENV} PATH=${PATH:Q} PKG_VERBOSE=${PKG_VERBOSE:Q} \ ${SH} ${PKGSRCDIR}/mk/plist/doc-compress ${DOC_COMPRESS_ARGS} +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |