diff options
-rw-r--r-- | astro/p5-GPS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |