diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | d750615763ee2d3250de2115295079f66d813d1f (patch) | |
tree | 05b94e79be3ac272b9b617e50fc723ea52c6cf34 /misc/documancer | |
parent | - Respect X11BASE (diff) |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index 1c22a0c70d6f..a0c6d393f3b1 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -18,12 +18,12 @@ COMMENT= A programmer's documentation reader BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ swish-e:${PORTSDIR}/www/swish-e -LIB_DEPENDS= wxmozilla_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxmozilla -RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24 +RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= 2.4 USE_PERL5= yes +USE_WX= 2.4 +WX_COMPS= mozilla python GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share |