diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 03:44:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 03:44:52 +0000 |
commit | 9b19afc5d739c3ba48ebe3a1c8d68f079fdce5d1 (patch) | |
tree | 45485994706dc8fbb010910d8bf0e0b5029f78b9 /editors/ne | |
parent | 6b465364a6b0890a43aa5abc0fe0986f7d56ee69 (diff) | |
download | pkgsrc-9b19afc5d739c3ba48ebe3a1c8d68f079fdce5d1.tar.gz |
Add missing termcap.bl3.mk.
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 9b3cf730983..3cc787ad0ad 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:14 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/18 03:44:52 dholland Exp $ DISTNAME= ne-1.31 CATEGORIES= editors @@ -29,4 +29,5 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/NE.spec.ascii ${_DISTDIR}/NE.changes.spec \ ${WRKSRC}/LICENCE ${DESTDIR}${PREFIX}/share/doc/ne +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |