diff options
author | swills <swills@FreeBSD.org> | 2011-08-18 09:30:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-18 09:30:02 +0800 |
commit | 9fd16a0dc72e979a5b23bc116974afb0ac705d88 (patch) | |
tree | e6cd63ed33b51df79e43891a5409a4ab53f0afe8 | |
parent | 6910803abd6f81a67f47f1017128554b3f3fdb7d (diff) | |
download | freebsd-ports-gnome-9fd16a0dc72e979a5b23bc116974afb0ac705d88.tar.gz freebsd-ports-gnome-9fd16a0dc72e979a5b23bc116974afb0ac705d88.tar.zst freebsd-ports-gnome-9fd16a0dc72e979a5b23bc116974afb0ac705d88.zip |
- Add missing BUILD_DEPENDS
PR: ports/159827
Submitted by: swills (me)
Approved by: wen (maintainer)
-rw-r--r-- | biology/p5-Bio-GFF3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |