summaryrefslogtreecommitdiff
path: root/x11/wxGTK/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-31 22:56:37 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-31 22:56:37 +0000
commit1c13b54ebbdd9fe0efee2a3fa135941ed0159b64 (patch)
tree3218cd2afe0020952e8d22d060fa9c305bff85e8 /x11/wxGTK/Makefile
parented2a3f1db2eb6e66c3fe65556c4ce63cc8a09ddb (diff)
downloadpkgsrc-1c13b54ebbdd9fe0efee2a3fa135941ed0159b64.tar.gz
revert my last (conflicting) import
Diffstat (limited to 'x11/wxGTK/Makefile')
-rw-r--r--x11/wxGTK/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index a3bfeb92117..8fc9d7a6e72 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.1.1.2 2000/08/31 22:23:59 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/31 22:56:37 dmcmahill Exp $
#
-DISTNAME= wxGTK-2.2.1
-CATEGORIES= x11 devel
+DISTNAME= wxGTK-2.2.0
+CATEGORIES= x11
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
+EXTRACT_SUFX= .tgz
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.freiburg.linux.de/~wxxt/
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
+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
WRKSRC= ${WRKDIR}/wxGTK
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
-USE_LIBTOOL= YES
-CONFIGURE_ARGS+= --disable-threads
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-gtk --disable-threads
.include "../../mk/bsd.pkg.mk"