diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 04:26:33 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 04:26:33 +0000 |
commit | 448a7613919f1492d772c8467f78497ae64f205d (patch) | |
tree | bc2144f8890ca1ecb0396234dcdbccde48caf6fb /x11-toolkits/py-gui/Makefile | |
parent | 4e1d155d33169c58719858ef58a59a2eaf335bc8 (diff) | |
download | ports-448a7613919f1492d772c8467f78497ae64f205d.tar.gz ports-448a7613919f1492d772c8467f78497ae64f205d.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gui/Makefile')
-rw-r--r-- | x11-toolkits/py-gui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/py-gui/Makefile b/x11-toolkits/py-gui/Makefile index 866bc3332687..1679c7aee761 100644 --- a/x11-toolkits/py-gui/Makefile +++ b/x11-toolkits/py-gui/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gui -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python_gui/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ DISTNAME= PyGUI-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A cross-platform pythonic GUI API +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/Distutils.py:${PORTSDIR}/devel/pyrex + USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes |