diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 13:28:49 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 13:28:49 +0000 |
commit | add763bd79f1fe01685c5d99f8f8dea0455b2d10 (patch) | |
tree | 9326b5256e6d7f7f7e629a464db9ad321573ac5f /misc/tellico/Makefile | |
parent | e53d64f58c27511f2dd1ee71c53884fd141c1ac0 (diff) | |
download | ports-add763bd79f1fe01685c5d99f8f8dea0455b2d10.tar.gz ports-add763bd79f1fe01685c5d99f8f8dea0455b2d10.zip |
Notes
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r-- | misc/tellico/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 0fd65cda8f62..ef1ff3b8443c 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -3,6 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -11,11 +12,15 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 -LIB_DEPENDS= libcdio.so:sysutils/libcdio \ +LIB_DEPENDS= libbtparse.so:textproc/btparse \ + libcdio.so:sysutils/libcdio \ + libcsv.so:textproc/libcsv \ + libexempi.so:textproc/exempi \ libiso9660.so:sysutils/libcdio \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \ - libtag.so:audio/taglib + libtag.so:audio/taglib \ + libyaz.so:net/yaz USES= cmake desktop-file-utils gettext kde:5 pkgconfig python:run \ qt:5 shared-mime-info shebangfix tar:xz |