summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-23 12:44:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-23 12:44:35 +0000
commitf9775c22a14616272c347fca677d43c0a530183a (patch)
treef256e7edd79a13221ef8a0fcbc2bc9492bea1516 /x11-toolkits/wxgtk24/Makefile
parentAdd missing file. (diff)
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.
Notes
Notes: svn path=/head/; revision=45402
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r--x11-toolkits/wxgtk24/Makefile11
1 files changed, 5 insertions, 6 deletions
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 ; \