diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-29 07:48:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-29 07:48:21 +0000 |
commit | 4bfb6fb3990f73caab7cab0a70ca3eaeaf65d7a9 (patch) | |
tree | 64d6e59b7c53cf9602ff188c230ec78f5be1b345 /textproc | |
parent | 5ec18152abadf9d226feed67843375582c49adfb (diff) | |
download | pkgsrc-4bfb6fb3990f73caab7cab0a70ca3eaeaf65d7a9.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-client/Makefile | 4 | ||||
-rw-r--r-- | textproc/dict-server/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 32b5b08f8bb..59fad1bc384 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/06/20 22:38:32 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/29 07:48:21 minskim Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client -USE_TOOLS+= gmake yacc +USE_TOOLS+= gmake lex yacc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index c53c369c2e7..eb4cec097ef 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/20 22:38:32 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/29 07:48:58 minskim Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-server-1.9.15 @@ -11,7 +11,7 @@ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol server -USE_TOOLS+= gmake yacc +USE_TOOLS+= gmake lex yacc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} |