diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-17 10:14:56 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-17 10:14:56 +0000 |
commit | ad7e969f117a03c79519459089ee660f757d446d (patch) | |
tree | 22d718015b3a03137fa2e4f9fd52b96547f788b9 /comms | |
parent | 104d7e5c328e5d1ce3442fca2c6fc3cab7637356 (diff) | |
download | pkgsrc-ad7e969f117a03c79519459089ee660f757d446d.tar.gz |
Add missing mk/termcap buildlink.
Bump PKGREVISION
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index fe455f6d8f8..beacdd96fb4 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2011/08/01 09:30:33 adam Exp $ +# $NetBSD: Makefile,v 1.60 2011/12/17 10:14:56 sbd Exp $ DISTNAME= minicom-2.5 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://alioth.debian.org/frs/download.php/3487/ @@ -43,4 +44,5 @@ SUBST_VARS.minicom= PREFIX GKERMIT_PREFIX LRZSZ_PREFIX .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |