diff options
author | will <will@FreeBSD.org> | 2001-08-19 20:38:27 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-19 20:38:27 +0000 |
commit | e0f596eb889a3c86f213452e84db8ddbd92a2527 (patch) | |
tree | bb4386a9d1ae05556ef3124b48ba94318688839a /editors/koffice-kde4 | |
parent | 7d165700aac10653d3a426311bebe2de98023807 (diff) | |
download | FreeBSD-ports-e0f596eb889a3c86f213452e84db8ddbd92a2527.zip FreeBSD-ports-e0f596eb889a3c86f213452e84db8ddbd92a2527.tar.gz |
Bring in python 2.1 dependency.
Submitted by: Kent Stewart <kstewart@urx.com>
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 2a21731..90286b6 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/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 |