Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 06:51:42 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320153 - head/biology/p5-bioperl
Message-ID:  <201306070651.r576pgrM087526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Jun  7 06:51:42 2013
New Revision: 320153
URL: http://svnweb.freebsd.org/changeset/ports/320153

Log:
  - Avoid of using SITE_PERL
  - Remove depend on DB_File.pm since it part of perl distribution
  
  PR:		ports/178877
  Submitted by:	az
  Approved by:	matainer (timeout)

Modified:
  head/biology/p5-bioperl/Makefile

Modified: head/biology/p5-bioperl/Makefile
==============================================================================
--- head/biology/p5-bioperl/Makefile	Fri Jun  7 06:46:14 2013	(r320152)
+++ head/biology/p5-bioperl/Makefile	Fri Jun  7 06:51:42 2013	(r320153)
@@ -13,8 +13,7 @@ DISTNAME=	BioPerl-${PORTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	A collection of Perl modules for bioinformatics
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \
-		${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/${PERL_PORT} \
+BUILD_DEPENDS=	p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
 		p5-Bio-ASN1-EntrezGene>=0:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \
 		p5-Class-AutoClass>=0:${PORTSDIR}/devel/p5-Class-AutoClass \
 		p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070651.r576pgrM087526>