summaryrefslogtreecommitdiff
path: root/games/sl
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-23 06:26:59 +0000
committerdholland <dholland@pkgsrc.org>2012-05-23 06:26:59 +0000
commit7ae3456c0ec011336648982b0b0f4376b4240101 (patch)
tree2dca5d9469ebdb2c669184ae605a092b0de1e4ee /games/sl
parentf1ce3b24325cefd61f0602ce936f22cca266c976 (diff)
downloadpkgsrc-7ae3456c0ec011336648982b0b0f4376b4240101.tar.gz
Add missing termcap.bl3.mk.
Diffstat (limited to 'games/sl')
-rw-r--r--games/sl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile
index aad0f4f593d..2d970372670 100644
--- a/games/sl/Makefile
+++ b/games/sl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/03/04 06:59:06 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/23 06:26:59 dholland Exp $
#
DISTNAME= sl
@@ -30,4 +30,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sl.1.euc \
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja_JP.EUC/man1/sl.1
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"