From 8d1a690b84335569dba042893088b8c7ac7458b9 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 17 Aug 2011 23:26:50 +0000 Subject: - Add missing BUILD_DEPENDS PR: ports/159847 Submitted by: swills (me) Approved by: ehaupt (maintainer, private email) --- astro/p5-GPS/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'astro/p5-GPS') diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index 5a64d45c7070..374c3825ff22 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -14,6 +14,9 @@ DISTNAME= perl-GPS-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl interface to GPS receivers +BUILD_DEPENDS= p5-Device-SerialPort>=0.07:${PORTSDIR}/comms/p5-Device-SerialPort +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAKE_JOBS_SAFE= yes -- cgit