aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-utidy
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-29 18:21:51 +0800
committertijl <tijl@FreeBSD.org>2014-08-29 18:21:51 +0800
commit17b070054b8539fee035593c91e3979e93017421 (patch)
tree75281afd36c17c8dcbddbfb394e8bc8695ea46fe /www/py-utidy
parent92cfcb0c16245a33e72cee9513824258900fe568 (diff)
downloadfreebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.tar.gz
freebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.tar.zst
freebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.zip
Fix dependencies on libtidy
Reported by: amdmi3
Diffstat (limited to 'www/py-utidy')
-rw-r--r--www/py-utidy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-utidy/Makefile b/www/py-utidy/Makefile
index 504c07e695ac..04f8c0bb36b5 100644
--- a/www/py-utidy/Makefile
+++ b/www/py-utidy/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to tidy-lib
# XXX Better depend on tidy or tidy-devel???
-LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
+LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib
USES= zip
USE_PYTHON= 2