From ec1ca091c5849f4384ea60f35372dcf236d82e3a Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sun, 18 Feb 2007 13:17:51 +0000 Subject: - Remove broken and useless dependency. This dependency is part of Perl >=5.6, and we don't suppot lower Perl versions any more. This change makes this port usable again. - Trim duplicated dependency - Bump PORTREVISION Approved by: maintainer inactivity (aaron), erwin (mentor) --- textproc/p5-TeX-Encode/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/p5-TeX-Encode') diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile index 4f9459b88d1e..d31ceeb9ac41 100644 --- a/textproc/p5-TeX-Encode/Makefile +++ b/textproc/p5-TeX-Encode/Makefile @@ -7,6 +7,7 @@ PORTNAME= TeX-Encode PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY @@ -15,9 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Encode/decode Perl utf-8 strings into TeX -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Pod/LaTeX.pm:${PORTSDIR}/textproc/p5-Pod-LaTeX +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= TeX::Encode.3 -- cgit v1.2.3