diff options
author | obache <obache> | 2011-01-03 15:06:38 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-03 15:06:38 +0000 |
commit | da58ffe2cca5dbaaeab9b4f3b47cb0f4f8bd91ef (patch) | |
tree | 5fa69f2909dfd1c2c87c4fdccc832e3959e2cf58 /games | |
parent | b16e04a038f9b6257d5dd781ef5bb879f91baff8 (diff) | |
download | pkgsrc-da58ffe2cca5dbaaeab9b4f3b47cb0f4f8bd91ef.tar.gz |
require termcap to build.
Diffstat (limited to 'games')
-rw-r--r-- | games/powwow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 39276080f2f..900759759e9 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/01/03 14:54:34 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/01/03 15:06:38 obache Exp $ DISTNAME= powwow-1.2.5 PKGREVISION= 1 @@ -26,4 +26,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/powwow.doc ${DESTDIR}${POWWOW_DIR} ${INSTALL_DATA} ${WRKSRC}/powwow.help ${DESTDIR}${POWWOW_DIR} +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |