diff options
author | cjep <cjep> | 2003-01-10 08:00:02 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 08:00:02 +0000 |
commit | a1cc9cc374bb7b05933690242d14bd5a12bcec6d (patch) | |
tree | 097542cd828dfae74ff622e0ee2234c678dbe53a /x11/wxGTK | |
parent | c131b5ab74ac97caf37f13760354323ce840c4e6 (diff) | |
download | pkgsrc-a1cc9cc374bb7b05933690242d14bd5a12bcec6d.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11/wxGTK')
-rw-r--r-- | x11/wxGTK/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index 15ca6ca8588..4e9a01a40e8 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/08/25 18:40:49 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/10 08:00:21 cjep Exp $ # DISTNAME= wxGTK-2.2.7 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.freiburg.linux.de/~wxxt/ COMMENT= GTK-based implementation of the wxWindows GUI library USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_X11= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined |