Date: Wed, 26 Dec 2018 13:28:49 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488387 - head/misc/tellico Message-ID: <201812261328.wBQDSn7f027675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Wed Dec 26 13:28:49 2018 New Revision: 488387 URL: https://svnweb.freebsd.org/changeset/ports/488387 Log: misc/tellico: depend on the optional dependencies Modified: head/misc/tellico/Makefile Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Wed Dec 26 13:23:59 2018 (r488386) +++ head/misc/tellico/Makefile Wed Dec 26 13:28:49 2018 (r488387) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261328.wBQDSn7f027675>