diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-05 23:20:34 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-05 23:20:34 +0800 |
commit | e31ef0868975ffc4bd909e53b0c79a1bf22f4514 (patch) | |
tree | 458a8ef9ca69b1871c3d8443231fce48d7f3a632 /x11-toolkits/py-wxPython26/Makefile | |
parent | c6425639a08b39e83a48b2f0f55d6d1e7add567a (diff) | |
download | freebsd-ports-gnome-e31ef0868975ffc4bd909e53b0c79a1bf22f4514.tar.gz freebsd-ports-gnome-e31ef0868975ffc4bd909e53b0c79a1bf22f4514.tar.zst freebsd-ports-gnome-e31ef0868975ffc4bd909e53b0c79a1bf22f4514.zip |
Update to 2.6.1.
PR: 85686
Submitted by: maintainer
Approved by: perky (mentor)
Diffstat (limited to 'x11-toolkits/py-wxPython26/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 7adc55b00299..77280d349b9f 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wxPython -PORTVERSION= 2.6.0.0 +PORTVERSION= 2.6.1.0 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxpython @@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit -LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 \ - wx_gtk2_gizmos-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib +LIB_DEPENDS= wx_gtk2_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26 \ + wx_gtk2_gizmos-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-contrib RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython @@ -30,7 +30,7 @@ PYDISTUTILS_CONFIGUREARGS+= WX_CONFIG="${WX_CONFIG}" DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PYTHON_SITELIBDIR%%/wx-2.6.0-gtk2-ansi/wx/ +LDCONFIG_DIRS= %%PREFIX%%/%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/ post-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo |