diff options
author | will <will@FreeBSD.org> | 2001-08-20 04:38:27 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-20 04:38:27 +0800 |
commit | e0f596eb889a3c86f213452e84db8ddbd92a2527 (patch) | |
tree | bb4386a9d1ae05556ef3124b48ba94318688839a /editors/calligra | |
parent | 7d165700aac10653d3a426311bebe2de98023807 (diff) | |
download | freebsd-ports-graphics-e0f596eb889a3c86f213452e84db8ddbd92a2527.tar.gz freebsd-ports-graphics-e0f596eb889a3c86f213452e84db8ddbd92a2527.tar.zst freebsd-ports-graphics-e0f596eb889a3c86f213452e84db8ddbd92a2527.zip |
Bring in python 2.1 dependency.
Submitted by: Kent Stewart <kstewart@urx.com>
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 2a217312f41..90286b60884 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -18,6 +18,8 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_KDELIBS_VER=2 +USE_PYTHON= yes +PYTHON_VERSION= python2.1 USE_BZIP2= yes INSTALLS_SHLIB= yes USE_AUTOCONF= yes |