diff options
author | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
commit | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /japanese/another-htmllint | |
parent | be64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff) | |
download | freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'japanese/another-htmllint')
-rw-r--r-- | japanese/another-htmllint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index f0a8d7b41b1c..4821b9b32706 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -14,7 +14,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Another HTML-lint (all messages are written in Japanese) RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - ${JCODE}:${PORTSDIR}/japanese/p5-Jcode + ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode USE_PERL5= YES USE_ZIP= YES @@ -51,6 +51,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -JCODE= ${SITE_PERL}/Jcode.pm - .include <bsd.port.mk> |