diff options
author | swills <swills@FreeBSD.org> | 2011-08-18 07:26:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-18 07:26:50 +0800 |
commit | 8d1a690b84335569dba042893088b8c7ac7458b9 (patch) | |
tree | 366e9b369ef4357e1ebe911925c0c70f856682df /astro/p5-GPS | |
parent | ec24408669cebb6e4be7f3f7f5ca70120f3400cd (diff) | |
download | freebsd-ports-gnome-8d1a690b84335569dba042893088b8c7ac7458b9.tar.gz freebsd-ports-gnome-8d1a690b84335569dba042893088b8c7ac7458b9.tar.zst freebsd-ports-gnome-8d1a690b84335569dba042893088b8c7ac7458b9.zip |
- Add missing BUILD_DEPENDS
PR: ports/159847
Submitted by: swills (me)
Approved by: ehaupt (maintainer, private email)
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 |