diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 10:21:51 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 10:21:51 +0000 |
commit | 49947868c8fc61e4b048965592161eca4195eb40 (patch) | |
tree | 75281afd36c17c8dcbddbfb394e8bc8695ea46fe /www/kdewebdev4/Makefile | |
parent | 79d47e25ef47891fc4eb5f5f939d6efed56cc151 (diff) |
Fix dependencies on libtidy
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=366491
Diffstat (limited to 'www/kdewebdev4/Makefile')
-rw-r--r-- | www/kdewebdev4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 97b1c30c7a0b..eae103c5be0f 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment -LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib \ +LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib \ libboost_thread.so:${PORTSDIR}/devel/boost-libs USE_GNOME= libxml2 libxslt |