diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
commit | 96fdc0d6069b67ac715512eef5514f489af5e0af (patch) | |
tree | a2668346a9d81766a7c1b5ccb271655915db5c40 /x11-toolkits/py-wxPython28/Makefile | |
parent | dde5a8426c978aeec99119a3ca44090624a06cdb (diff) | |
download | ports-96fdc0d6069b67ac715512eef5514f489af5e0af.tar.gz ports-96fdc0d6069b67ac715512eef5514f489af5e0af.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 3e8d086b26cc..b0bd0bfa94d0 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -4,7 +4,7 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 DISTVERSIONPREFIX= src- -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ PKGNAMESUFFIX= 28 MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL WRKSRC_SUBDIR= wxPython |