aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-09 14:17:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-09 14:17:30 +0000
commit8d4c9bbd327ebf658d997afd62f83c9d87a410da (patch)
treef8b3f2f672c3a6639f565160d01150202d461638 /x11-toolkits/wxgtk24/Makefile
parent2c19fe23a29d3ed3732a37f65c6c5368d578c094 (diff)
downloadports-8d4c9bbd327ebf658d997afd62f83c9d87a410da.tar.gz
ports-8d4c9bbd327ebf658d997afd62f83c9d87a410da.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r--x11-toolkits/wxgtk24/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
index 06ad2ef54e74..b1f06f2d13c1 100644
--- a/x11-toolkits/wxgtk24/Makefile
+++ b/x11-toolkits/wxgtk24/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= wxgtk
-PORTVERSION= 2.2.7
+PORTVERSION= 2.2.9
PORTEPOCH= 1
CATEGORIES= x11-toolkits
-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/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= wxwindows
DISTNAME= wxGTK-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
@@ -18,6 +18,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
+USE_BZIP2= yes
USE_X_PREFIX= yes
USE_MESA= yes
USE_GMAKE= yes
@@ -31,6 +32,7 @@ CONFIGURE_ARGS= --with-libpng=sys \
--with-zlib=sys \
--with-opengl
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \
+ -I${WRKSRC}/include \
-I${LOCALBASE}/include \
-I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib \