aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython28/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-05-20 13:35:35 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-05-20 13:35:35 +0000
commit80506748b562ecc51470ee743fd92db080ffcaba (patch)
treed560b3e4b3e4926dad1978003abfbcf63c998c74 /x11-toolkits/py-wxPython28/Makefile
parentc01e92956179652f1877012d2fdc0ce621af9f20 (diff)
downloadports-80506748b562ecc51470ee743fd92db080ffcaba.tar.gz
ports-80506748b562ecc51470ee743fd92db080ffcaba.zip
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28/Makefile')
-rw-r--r--x11-toolkits/py-wxPython28/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
index 232621f1df08..3eb70adba8fc 100644
--- a/x11-toolkits/py-wxPython28/Makefile
+++ b/x11-toolkits/py-wxPython28/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= py-wxPython
-PORTVERSION= 2.1.11
+PORTVERSION= 2.1.15
CATEGORIES= x11-toolkits python
-MASTER_SITES= http://alldunn.com/wxPython/dist/ \
- http://www.nectar.com/distfiles/
+MASTER_SITES= http://alldunn.com/wxPython/dist/
DISTNAME= wxPython-${PORTVERSION}
MAINTAINER= nectar@FreeBSD.ORG
@@ -39,6 +38,9 @@ do-configure:
${FILESDIR}/build.local > ${WRKSRC}/../build.local
cd ${WRKSRC} && ../distrib/build.py
cd ${HTMLSRC} && ../../distrib/build.py
+# XXX The modification time on a file is wrong. If we don't do
+# something, then we'll have to depend upon SWIG.
+ ${TOUCH} ${WRKSRC}/gtk/grid.cpp ${WRKSRC}/gtk/grid.py
post-build:
@(cd ${HTMLSRC}; \