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 /polish/kadu | |
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 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 6b6e5dc6202e..072d2ae84673 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -18,16 +18,16 @@ COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP LICENSE= GPLv2 -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - pl-libgadu>=1.12.1:${PORTSDIR}/polish/libgadu -LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ - libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libinjeqt.so:${PORTSDIR}/devel/injeqt \ - libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 \ - libidn.so:${PORTSDIR}/dns/libidn \ - libgadu.so:${PORTSDIR}/polish/libgadu \ - libotr.so.5:${PORTSDIR}/security/libotr \ - libenchant.so:${PORTSDIR}/textproc/enchant +BUILD_DEPENDS= bash:shells/bash \ + pl-libgadu>=1.12.1:polish/libgadu +LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ + libsndfile.so:audio/libsndfile \ + libinjeqt.so:devel/injeqt \ + libqca-qt5.so:devel/qca-qt5 \ + libidn.so:dns/libidn \ + libgadu.so:polish/libgadu \ + libotr.so.5:security/libotr \ + libenchant.so:textproc/enchant # TODO ntrack and ntrack-qt (needs porting) ? # TODO separate ports for plugins and themes (possible starting with 0.10) |