diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-23 20:44:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-23 20:44:35 +0800 |
commit | 36fefb9e3dc192999f94725ca935d5b3f6f2eb35 (patch) | |
tree | c60546457db8dd779d24aac9fa4a973f9be45c61 /x11-toolkits/wxgtk24/Makefile | |
parent | 16ee63c279374ad15c4e3c8f442fe8fff7105658 (diff) | |
download | freebsd-ports-gnome-36fefb9e3dc192999f94725ca935d5b3f6f2eb35.tar.gz freebsd-ports-gnome-36fefb9e3dc192999f94725ca935d5b3f6f2eb35.tar.zst freebsd-ports-gnome-36fefb9e3dc192999f94725ca935d5b3f6f2eb35.zip |
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.
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 11 |
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 ; \ |