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 | c30e4f4b1c580852ce06f2de0621fda57590a3f9 (patch) | |
tree | 3c3bd88092bd014155a689e4ec5b88967c582303 /chat | |
parent | 2f6e2ed2769a73d3109da300da1f785110f802bf (diff) | |
download | pkgsrc-c30e4f4b1c580852ce06f2de0621fda57590a3f9.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" |