From d6eb94a00231f69f7cafe15074076d95468988df Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 21 Aug 2013 14:55:43 +0000 Subject: - Use RUN_DEPENDS:=BUILD_DEPENDS - Add BUILD_DEPENDS - Cosmetic change --- science/p5-Geo-Coordinates-Converter-iArea/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'science') diff --git a/science/p5-Geo-Coordinates-Converter-iArea/Makefile b/science/p5-Geo-Coordinates-Converter-iArea/Makefile index b91e4bf35f8a..2e889d18752e 100644 --- a/science/p5-Geo-Coordinates-Converter-iArea/Makefile +++ b/science/p5-Geo-Coordinates-Converter-iArea/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Some utility functions around iArea -RUN_DEPENDS= p5-CDB_File>=0.96:${PORTSDIR}/databases/p5-CDB_File \ +BUILD_DEPENDS= p5-CDB_File>=0.96:${PORTSDIR}/databases/p5-CDB_File \ p5-File-ShareDir>=1.02:${PORTSDIR}/devel/p5-File-ShareDir \ p5-Geo-Coordinates-Converter>=0.09:${PORTSDIR}/science/p5-Geo-Coordinates-Converter +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -- cgit