From 36fefb9e3dc192999f94725ca935d5b3f6f2eb35 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 23 Jul 2001 12:44:35 +0000 Subject: Downgrade to 2.2.7 and bump PORTEPOCH. It appears that version 2.3.0 to which I upgraded the port some time ago is unstable development version that breaks many packages that depend upong wxGTK. 2.3.0 will be readded back as wxgtk-devel after a repo copy. --- x11-toolkits/wxgtk24/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'x11-toolkits/wxgtk24/Makefile') diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 08c616138bca..2b16a062d061 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -6,11 +6,11 @@ # PORTNAME= wxgtk -PORTVERSION= 2.3.0 +PORTVERSION= 2.2.7 +PORTEPOCH= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ -MASTER_SITE_SUBDIR= wxpython +MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ \ + http://www.mirror.ac.uk/sites/wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ DISTNAME= wxGTK-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org @@ -33,8 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib \ - -L${X11BASE}/lib" \ - GTK_CONFIG_2_0="no" + -L${X11BASE}/lib -lm" pre-patch: @${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \ -- cgit