From 9fd16a0dc72e979a5b23bc116974afb0ac705d88 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 18 Aug 2011 01:30:02 +0000 Subject: - Add missing BUILD_DEPENDS PR: ports/159827 Submitted by: swills (me) Approved by: wen (maintainer) --- biology/p5-Bio-GFF3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biology/p5-Bio-GFF3/Makefile b/biology/p5-Bio-GFF3/Makefile index ac05046f55a5..ba271cdb4fca 100644 --- a/biology/p5-Bio-GFF3/Makefile +++ b/biology/p5-Bio-GFF3/Makefile @@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Fast, low-level functions for parsing and formatting GFF3 -RUN_DEPENDS= p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards \ +BUILD_DEPENDS= p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -- cgit