diff options
author | alane <alane@FreeBSD.org> | 2002-08-28 19:25:12 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-28 19:25:12 +0800 |
commit | 5fc638b9d8863cbe8f98c8481c93c60cba925762 (patch) | |
tree | 21547b6176b8d052fa5e8c6afe38fef4ceaa9f62 /editors/calligra | |
parent | b022fa0a731019fcd853129cff4193186644cc11 (diff) | |
download | freebsd-ports-gnome-5fc638b9d8863cbe8f98c8481c93c60cba925762.tar.gz freebsd-ports-gnome-5fc638b9d8863cbe8f98c8481c93c60cba925762.tar.zst freebsd-ports-gnome-5fc638b9d8863cbe8f98c8481c93c60cba925762.zip |
Fixed error in lib dep. Sorry 'bout that one.
PR: 42117
Submitted by: JY <leafy@leafy.idv.tw>
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 079b336fea11..de370726d4eb 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - art_lgpl.5:${PORTSDIR}/graphics/libart_lgpl2 + art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 _NO_KDE_PATCHUP=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g} |