diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/choqok/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/choqok/Makefile')
-rw-r--r-- | www/choqok/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile index 57eecc5ce28d..fd096b45abc6 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -13,9 +13,9 @@ COMMENT= KDE micro-blogging client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ - libqoauth.so:${PORTSDIR}/net/qoauth \ - libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 +LIB_DEPENDS= libqjson.so:devel/qjson \ + libqoauth.so:net/qoauth \ + libtelepathy-qt4.so:net-im/telepathy-qt4 USE_KDE4= attica automoc4 kdelibs kdeprefix USE_QT4= gui imageformats_run network \ |