diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-29 18:21:51 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-29 18:21:51 +0800 |
commit | 17b070054b8539fee035593c91e3979e93017421 (patch) | |
tree | 75281afd36c17c8dcbddbfb394e8bc8695ea46fe /www/py-utidy | |
parent | 92cfcb0c16245a33e72cee9513824258900fe568 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |