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/py-utidy/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/py-utidy/Makefile')
-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 3e58fbdfe382..d23dea67735b 100644 --- a/www/py-utidy/Makefile +++ b/www/py-utidy/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to tidy-lib # XXX Better depend on tidy or tidy-devel??? -LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib +LIB_DEPENDS= libtidy.so:www/tidy-lib USES= python:2 zip USE_PYTHON= distutils autoplist |