diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 13:29:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 13:29:16 +0000 |
commit | d361c202dbff9e6c144bbac7ab27faef6bd97458 (patch) | |
tree | 97762f568bc3ed2f5bbadd5352dd0d3cc4137741 /graphics | |
parent | 4b8060b58e48a6c3dafc99158cd920883c0d0c5e (diff) | |
download | pkgsrc-d361c202dbff9e6c144bbac7ab27faef6bd97458.tar.gz |
magicpoint: Uses bison
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/magicpoint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index c45f48d336a..358fcd7c744 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2019/08/11 13:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2020/03/26 13:29:16 nia Exp $ DISTNAME= magicpoint-1.13a PKGREVISION= 31 @@ -19,6 +19,7 @@ USE_IMAKE= yes USE_LANGUAGES+= c99 USE_TOOLS+= perl USE_TOOLS+= pkg-config +USE_TOOLS+= bison CONFIGURE_ARGS+= --enable-freetype-charset16 CONFIGURE_ARGS+= --enable-locale |