diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-11 08:15:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-11 08:15:37 +0800 |
commit | 6480467ad9e2dbc3a7f515b0d758151beff51269 (patch) | |
tree | 4b3785552d6cb3a177b8885dd633687ec7f5c2b0 /comms/grig/Makefile | |
parent | f8d6342f8395a46a952e3081829ac1dc5c06f6ed (diff) | |
download | freebsd-ports-graphics-6480467ad9e2dbc3a7f515b0d758151beff51269.tar.gz freebsd-ports-graphics-6480467ad9e2dbc3a7f515b0d758151beff51269.tar.zst freebsd-ports-graphics-6480467ad9e2dbc3a7f515b0d758151beff51269.zip |
Fix the build that the new hamlib port (1.2) has a change in the
longlat2locator function which requires an extra function to be passed.
PR: ports/66409
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
Approved by: adamw (mentor)
Diffstat (limited to 'comms/grig/Makefile')
-rw-r--r-- | comms/grig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 699cd2b2726..6994d774584 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -6,7 +6,7 @@ PORTNAME= grig PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= groundstation |