aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pydbdesigner
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-12-01 15:39:02 +0800
committerpav <pav@FreeBSD.org>2006-12-01 15:39:02 +0800
commit92d21b3194c49cedf08339e7514171807a9c6196 (patch)
tree9c146b3b2fdea9918389f3184052481e51ccf2f9 /databases/pydbdesigner
parent977deb3eb313758a6e81aa2d1d05565d53d51455 (diff)
downloadfreebsd-ports-graphics-92d21b3194c49cedf08339e7514171807a9c6196.tar.gz
freebsd-ports-graphics-92d21b3194c49cedf08339e7514171807a9c6196.tar.zst
freebsd-ports-graphics-92d21b3194c49cedf08339e7514171807a9c6196.zip
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613 Submitted by: alepulver
Diffstat (limited to 'databases/pydbdesigner')
-rw-r--r--databases/pydbdesigner/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile
index 6a1ccfd9938..8a40be5f6f6 100644
--- a/databases/pydbdesigner/Makefile
+++ b/databases/pydbdesigner/Makefile
@@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= xride@FreeBSD.org
COMMENT= Graphical designer for relational databases
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
-
EXTRACT_AFTER_ARGS= | ${TAR} --exclude CVS -xf -
USE_PYTHON= 2.2+
+USE_WX= 2.4
+WX_COMPS= python
REINPLACE_ARGS= -i ""
WRKSRC= ${WRKDIR}/PyDBDesigner