diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-08-01 22:03:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-08-01 22:03:40 +0000 |
commit | ed0bf5372adab0d9f7d5fbf2a2a90cd25496838a (patch) | |
tree | cdb4ee9d4a8ba1f302663a5c04b5de84aa3b9b87 /misc/documancer | |
parent | Use fine-grained X11 dependencies. (diff) |
Allow on python25
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index e79428368c1d..1ae396e94e5e 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ swish-e:${PORTSDIR}/www/swish-e RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= 2.4 +USE_PYTHON= 2.4+ USE_PERL5= yes USE_WX= 2.4 WX_COMPS= mozilla python |