diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-07 14:21:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-07 14:21:33 +0000 |
commit | fa66cfe21c03fc9285cba02a4dc4eb9ff8cb4827 (patch) | |
tree | ab2d65f222e4b124941bc37d0f3f7a200bda30f6 /devel/bison/Makefile | |
parent | ee5dbf1d17a1b7a17e3a3d4ef60f85f27005becd (diff) | |
download | pkgsrc-fa66cfe21c03fc9285cba02a4dc4eb9ff8cb4827.tar.gz |
Fixed PKGLOCALEDIR.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 71cd487bf87..2fea4fbb2df 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2006/11/02 18:17:22 joerg Exp $ +# $NetBSD: Makefile,v 1.63 2006/12/07 14:21:33 rillig Exp $ DISTNAME= bison-2.3 CATEGORIES= devel @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes USE_TOOLS+= gm4:run msgfmt INFO_FILES= # PLIST |