diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
commit | d164e5eed292f9d38bcae24ae5a022d4398498fb (patch) | |
tree | 0624ea58421e1b1ee60ff22ecb3eff4e2b60f382 /databases/pydbdesigner | |
parent | f2e04afc00d5f1a1504497a0ba282336df14f721 (diff) | |
download | ports-d164e5eed292f9d38bcae24ae5a022d4398498fb.tar.gz ports-d164e5eed292f9d38bcae24ae5a022d4398498fb.zip |
Notes
Diffstat (limited to 'databases/pydbdesigner')
-rw-r--r-- | databases/pydbdesigner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index 7b036bc4a01e..0e7bc0a2d296 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -18,8 +18,8 @@ MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical designer for relational databases -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24 USE_PYTHON= yes PLIST= ${WRKDIR}/plist |