diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 21:37:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 21:37:16 +0000 |
commit | fdb632f1b60e0b23b76f473256ceeb987ec48194 (patch) | |
tree | bac197b06624de8f67a2288f3248374fb7bf2507 /misc/tellico | |
parent | a92f4d3f573a9af062e4cd5f2fb8b8b8547a4f45 (diff) | |
download | ports-fdb632f1b60e0b23b76f473256ceeb987ec48194.tar.gz ports-fdb632f1b60e0b23b76f473256ceeb987ec48194.zip |
Notes
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 8c171438c3f4..e17e212a677c 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -7,6 +7,7 @@ PORTNAME= tellico PORTVERSION= 1.2.14 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ @@ -14,7 +15,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Collection manager for KDE LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - yaz.2:${PORTSDIR}/net/yaz + yaz.3:${PORTSDIR}/net/yaz USE_KDELIBS_VER=3 USE_GMAKE= yes |