diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-17 23:26:50 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-17 23:26:50 +0000 |
commit | be55dda0b60326e9a1e7efd1a134c678848ab7cb (patch) | |
tree | 5eb5c404cee7942d69b27a2efc62122703caec79 /astro/p5-GPS | |
parent | 2d5f1f3b15d7379d8f06b0d764c320a589137b7d (diff) |
Notes
Diffstat (limited to 'astro/p5-GPS')
-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 |