diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-28 00:54:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-28 00:54:21 +0800 |
commit | fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /misc | |
parent | 2e7d815faa56b4baa6881321afa0886852711197 (diff) | |
download | freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.tar.gz freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.tar.zst freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.zip |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tellico-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 8cf4fe9d9c46..6cc77fd7e417 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -13,7 +13,7 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ yaz:${PORTSDIR}/net/yaz \ exempi:${PORTSDIR}/textproc/exempi \ qjson:${PORTSDIR}/devel/qjson |