diff options
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 \ |