summaryrefslogtreecommitdiff
path: root/x11/wxGTK
diff options
context:
space:
mode:
authorsalo <salo>2003-04-06 19:58:55 +0000
committersalo <salo>2003-04-06 19:58:55 +0000
commit2d3f113290bd4973d07a660e8126cc15d3a53d0c (patch)
tree5f639ad7a4a30c30c8ab0a0d3124e72a9828341b /x11/wxGTK
parentd6d6695a5d01a5c912b281dfe60cd0517aef330d (diff)
downloadpkgsrc-2d3f113290bd4973d07a660e8126cc15d3a53d0c.tar.gz
Garbage collect PKGLOCALEDIR. Minor style nits.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r--x11/wxGTK/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index 5e0c27a5751..15941d90309 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/03/31 18:48:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2003/04/06 19:58:55 salo Exp $
#
DISTNAME= wxGTK-2.4.0
@@ -9,18 +9,17 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.wxwindows.org
COMMENT= GTK-based implementation of the wxWindows GUI library
-USE_BUILDLINK2= # defined
-USE_PKGLOCALEDIR= # defined
-USE_X11= # defined
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk
CONFIGURE_ARGS+= --with-libjpeg=sys
CONFIGURE_ARGS+= --with-zlib=sys
CONFIGURE_ARGS+= --with-libpng=sys
CONFIGURE_ARGS+= --with-libtiff=sys
-MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
CPPFLAGS+= -Dunix=1 # src/common/unzip.c needs this
DOCDIR= ${PREFIX}/share/doc/wx/gtk
@@ -33,5 +32,6 @@ post-install:
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"