>Number: 159827
>Category: ports
>Synopsis: [PATCH] biology/p5-Bio-GFF3: add BUILD_DEPENDS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 17 00:00:28 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 9.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Sat Aug 13 12:18:10 EDT 2011
>Description:
Build generates warnings about missing dependencies. The attached patch solves this.
Port maintainer (wen@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Bio-GFF3-0.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/biology/p5-Bio-GFF3/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile 10 Jun 2011 08:12:40 -0000 1.3
+++ Makefile 16 Aug 2011 23:57:06 -0000
@@ -14,10 +14,11 @@
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
--- p5-Bio-GFF3-0.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted: