diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 15:08:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 15:08:50 +0000 |
commit | df585ee54974cb1171db2fe4d50d29b74f5003bf (patch) | |
tree | 456d6d5c945821bdafbb37fe9eae9643cdcd4b00 /x11-toolkits/wxgtk24/Makefile | |
parent | d5d489642257b070a5ba1ef53b069f8c2fbce610 (diff) |
- Update to 2.2.7;
- enable GL support;
- take over maintainership.
Notes
Notes:
svn path=/head/; revision=43203
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 259bed6b04fb..301b4a5eaa26 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -6,18 +6,18 @@ # PORTNAME= wxgtk -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ DISTNAME= wxGTK-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg + tiff.4:${PORTSDIR}/graphics/tiff USE_X_PREFIX= yes +USE_MESA= yes USE_GMAKE= yes USE_GTK= yes USE_AUTOCONF= yes @@ -25,9 +25,13 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ - --with-zlib=sys -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + --with-zlib=sys \ + --with-opengl +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ + -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib \ + -L${X11BASE}/lib" AUTOCONF= autoconf && \ ${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \ |