summaryrefslogtreecommitdiff
path: root/x11/wxGTK/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wxGTK/Makefile')
-rw-r--r--x11/wxGTK/Makefile21
1 files changed, 9 insertions, 12 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index 914418a389b..a3bfeb92117 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,23 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 00:19:08 tsarna Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2000/08/31 22:23:59 dmcmahill Exp $
#
-DISTNAME= wxGTK-2.2.0
-CATEGORIES= x11
+DISTNAME= wxGTK-2.2.1
+CATEGORIES= x11 devel
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
-EXTRACT_SUFX= .tgz
-MAINTAINER= tsarna@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.freiburg.linux.de/~wxxt/
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.3:../../graphics/png
-DEPENDS+= tiff>=3.5.2:../../graphics/tiff
+DEPENDS+= gtk+>=1.2.7:../../x11/gtk
WRKSRC= ${WRKDIR}/wxGTK
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk --disable-threads
+CONFIGURE_ARGS+= --disable-threads
.include "../../mk/bsd.pkg.mk"