diff options
author | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | 92d21b3194c49cedf08339e7514171807a9c6196 (patch) | |
tree | 9c146b3b2fdea9918389f3184052481e51ccf2f9 /devel/agide | |
parent | 977deb3eb313758a6e81aa2d1d05565d53d51455 (diff) | |
download | FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.zip FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.tar.gz |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
Diffstat (limited to 'devel/agide')
-rw-r--r-- | devel/agide/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/agide/Makefile b/devel/agide/Makefile index efbd9a8..b66eb82 100644 --- a/devel/agide/Makefile +++ b/devel/agide/Makefile @@ -16,8 +16,7 @@ MAINTAINER= rui@ruilopes.com COMMENT= A-A-P GUI IDE: a framework for software development RUN_DEPENDS= ${LOCALBASE}/bin/aap:${PORTSDIR}/devel/aap \ - ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim \ - ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24 + ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim MAN1= agide.1 @@ -26,6 +25,8 @@ NO_WRKSUBDIR= yes USE_ZIP= yes USE_PYTHON= yes +USE_WX= 2.4 +WX_COMPS= python PLIST_SUB+= PORTVERSION=${PORTVERSION} pre-install: |