diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /geography | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 1c5aa54cc6c..4584054d425 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:37 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/02/04 20:10:35 tnn Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.3.2 @@ -19,7 +19,7 @@ CONFLICTS= postgis-[0-9]* MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake lex perl USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-rpath |