diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-02 08:56:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-02 08:56:37 +0000 |
commit | e9ff8acae82ad7092f791b9eeee27c30a9a0c45a (patch) | |
tree | 12114b2577081d3e4d3257fa39d5c291e07d7dd5 /x11 | |
parent | 571d31d2d58e760b9693776a5b9a2f60c7ac57fc (diff) | |
download | pkgsrc-e9ff8acae82ad7092f791b9eeee27c30a9a0c45a.tar.gz |
Add flex as tool.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 989cb9ab6be..7bad1e6946f 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2006/05/02 08:56:37 joerg Exp $ PKGVER= 2.2.3 DISTNAME= openMotif-${PKGVER} @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_X11BASE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake tbl +USE_TOOLS+= flex gmake tbl GNU_CONFIGURE= yes SUBST_CLASSES+= man_rename |