diff options
author | obache <obache> | 2007-12-05 13:37:22 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-05 13:37:22 +0000 |
commit | 588807864dbc6912e97825b903a58139fe1482b6 (patch) | |
tree | 728d4a9e6268328a49466b1ae15b7a11cf262441 /graphics | |
parent | 23f27dcba0cab9e861d837ba9754dd78c775f720 (diff) | |
download | pkgsrc-588807864dbc6912e97825b903a58139fe1482b6.tar.gz |
Using flex to build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mgl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index a0e55d82c8f..16f0959829c 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/12/05 13:36:02 obache Exp $ +# $NetBSD: Makefile,v 1.29 2007/12/05 13:37:22 obache Exp $ # DISTNAME= mgl2-alpha-020 @@ -13,7 +13,7 @@ COMMENT= Graphics library for NEC Mobilegear/PocketBSD, NetBSD/hpcmips DEPENDS+= mglfonts>=0.1:../../fonts/mglfonts -USE_TOOLS+= gmake +USE_TOOLS+= gmake flex MGLDOCS= im.doc mgl1.doc shlib.doc MGL2DOCS= AppConvert.doc Build.doc CALIBRATE.doc CHANGES.doc \ |