diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-23 05:03:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-23 05:03:56 +0000 |
commit | 04619a41cec68fe3f3645afe2119788fca56a7e4 (patch) | |
tree | 247127b39fad708788397adc97b9f1a2f07e8475 /emulators/atari800 | |
parent | 50aeaf64096f3eca7d9bb7e0d653f54182c300be (diff) | |
download | pkgsrc-04619a41cec68fe3f3645afe2119788fca56a7e4.tar.gz |
Add missing termcap.bl3.mk.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 73a4f53c08f..4fc3ee9c18a 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/01/13 13:37:33 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/05/23 05:03:56 dholland Exp $ DISTNAME= atari800-2.1.0 PKGREVISION= 2 @@ -41,4 +41,5 @@ post-install: .include "../../graphics/png/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |