diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treeline/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index f6c55034ac14..b2a6e1d215c4 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -42,6 +42,7 @@ OPTIONS_DEFAULT= ASPELL PYXML OPTIONS_SUB= yes ASPELL_BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +HTTPLOAD_DISTFILES= httpload2.py:plugins ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .include <bsd.port.options.mk> @@ -50,10 +51,6 @@ ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 .endif -.if ${PORT_OPTIONS:MHTTPLOAD} -DISTFILES+= httpload2.py:plugins -.endif - do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py \ -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x |