diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /textproc/texi2db | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=300176
Diffstat (limited to 'textproc/texi2db')
-rw-r--r-- | textproc/texi2db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile index 7c76d3c4908d..0555fe7da161 100644 --- a/textproc/texi2db/Makefile +++ b/textproc/texi2db/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.tldp.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts a Texinfo file into DocBook XML -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |