diff options
author | sbd <sbd> | 2011-12-17 23:42:40 +0000 |
---|---|---|
committer | sbd <sbd> | 2011-12-17 23:42:40 +0000 |
commit | 82ddd353c6f1aa5ac3612159b69c88ec4df3b8fa (patch) | |
tree | 3c3bd88092bd014155a689e4ec5b88967c582303 /chat | |
parent | 73cb9164fe61b30379f5a0eb7e92eee9ec34538c (diff) | |
download | pkgsrc-82ddd353c6f1aa5ac3612159b69c88ec4df3b8fa.tar.gz |
Add missing mk/termcap buildlink.
Bump PKGREVISION
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 5 |
1 files changed, 3 insertions, 2 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" |