diff options
Diffstat (limited to 'x11/wxGTK28/Makefile.common')
-rw-r--r-- | x11/wxGTK28/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common index c48a23525de..f1dfb0dd95a 100644 --- a/x11/wxGTK28/Makefile.common +++ b/x11/wxGTK28/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2011/06/19 00:48:57 dholland Exp $ +# $NetBSD: Makefile.common,v 1.10 2011/09/14 18:00:40 hans Exp $ # # used by x11/wxGTK28/Makefile # used by x11/wxGTK28-contrib/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-zlib=sys CONFIGURE_ARGS+= --with-regex=builtin DOCDIR= ${PREFIX}/share/doc/wxGTK +PKGLOCALEDIR= share CONFIGURE_DIRS= ${WRKSRC}/build-non-unicode ${WRKSRC}/build-unicode |