diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/tellico-kde4 | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'misc/tellico-kde4')
-rw-r--r-- | misc/tellico-kde4/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index b79a73c68458..fa14544b7347 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -12,11 +12,11 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 -LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ - libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ - libyaz.so:${PORTSDIR}/net/yaz \ - libexempi.so:${PORTSDIR}/textproc/exempi \ - libqjson.so:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libtag.so:audio/taglib \ + libpoppler-qt4.so:graphics/poppler-qt4 \ + libyaz.so:net/yaz \ + libexempi.so:textproc/exempi \ + libqjson.so:devel/qjson USE_KDE4= kdelibs kdeprefix libksane pimlibs \ automoc4 qimageblitz libkcddb libkcompactdisc |