diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 23:36:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 23:36:28 +0800 |
commit | e6ed715afa87732b4c90e73ddbe0c38a883dcea4 (patch) | |
tree | 8b71277ef10961e56baf92eb8195e894a3de8821 /misc/tellico-kde4 | |
parent | 959eb32d769bdeee1f9f8552e2a8dfc7f69de99c (diff) | |
download | freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.tar.gz freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.tar.zst freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.zip |
More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header
sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]
PR: ports/162261 [1]
Submitted by: Phil Oleson <oz at nixil.net>
Diffstat (limited to 'misc/tellico-kde4')
-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 66071886527b..0340542acbf2 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.7 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -15,14 +16,13 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ yaz:${PORTSDIR}/net/yaz \ exempi:${PORTSDIR}/textproc/exempi \ - kcddb:${PORTSDIR}/multimedia/kdemultimedia4 \ qjson:${PORTSDIR}/devel/qjson LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ - automoc4 qimageblitz + automoc4 qimageblitz libkcddb USE_QT4= qmake_build moc_build uic_build rcc_build USE_CMAKE= yes USE_GETTEXT= yes |