diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 17:45:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 17:45:50 +0000 |
commit | f98ef1801f96617eb6924009a077924b42617d41 (patch) | |
tree | 3fdc9d2148f4ce54ee69f1efffd777f85ac8d3bf /graphics/camediaplay | |
parent | 6e4d0d09530c71d22eb2f9d447b6e6e91920a216 (diff) | |
download | pkgsrc-f98ef1801f96617eb6924009a077924b42617d41.tar.gz |
needs curses
Diffstat (limited to 'graphics/camediaplay')
-rw-r--r-- | graphics/camediaplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile index c7029571a33..095b4bab904 100644 --- a/graphics/camediaplay/Makefile +++ b/graphics/camediaplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/06 14:10:43 asau Exp $ +# $NetBSD: Makefile,v 1.17 2015/03/13 17:45:50 tnn Exp $ DISTNAME= camediaplay-20010211 CATEGORIES= graphics @@ -24,4 +24,5 @@ do-install: ${DESTDIR}${PREFIX}/share/doc/camediaplay; \ done +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |