diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /editors/koffice-kde4 | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
Notes
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 2e19bf045aa5..b3170dd4562b 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ aspell:${PORTSDIR}/textproc/aspell \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ paper.2:${PORTSDIR}/print/libpaper \ xml2:${PORTSDIR}/textproc/libxml2 \ xslt:${PORTSDIR}/textproc/libxslt @@ -35,6 +34,7 @@ PREFIX= ${KDE_PREFIX} KDE_BUILD_PLIST= yes USE_BZIP2= yes USE_GMAKE= yes +USE_ICONV= yes USE_PYTHON= yes GNU_CONFIGURE= yes |