diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 14:54:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 14:54:19 +0000 |
commit | ebcae291a0b4268dfefb34256f56f660099a7512 (patch) | |
tree | 937914bc0cf6ae775dccac0694c0c1d1d444ed07 /math | |
parent | 561de9de8137d338cb09ebc0541c6baecc5e76fc (diff) | |
download | pkgsrc-ebcae291a0b4268dfefb34256f56f660099a7512.tar.gz |
needs curses
Diffstat (limited to 'math')
-rw-r--r-- | math/xlife/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 3fddc4fb973..f08c4963f0a 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/09/11 23:04:36 asau Exp $ +# $NetBSD: Makefile,v 1.19 2015/03/15 14:54:19 tnn Exp $ # DISTNAME= xlife-5.0 @@ -24,6 +24,7 @@ post-install: done .endfor +.include "../../mk/curses.buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |