summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-05-09 16:30:25 +0000
committerjperkin <jperkin>2017-05-09 16:30:25 +0000
commit81a55640476071c2c9f70abc001cb0af843cbe3c (patch)
tree3d9d9c15912560bb46a49f4e02511192e4184506 /math
parentecac4351775a863c7a48e5a741ac7694b4bcad24 (diff)
downloadpkgsrc-81a55640476071c2c9f70abc001cb0af843cbe3c.tar.gz
Requires termcap.
Diffstat (limited to 'math')
-rw-r--r--math/xlife/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile
index 1f309899ea4..4cb6ac7c606 100644
--- a/math/xlife/Makefile
+++ b/math/xlife/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/08/18 07:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2017/05/09 16:30:25 jperkin Exp $
#
DISTNAME= xlife-5.0
@@ -25,6 +25,7 @@ post-install:
.endfor
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"