diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-11 00:15:37 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-11 00:15:37 +0000 |
commit | 8b05b1938e66c19e719b9ca7ec4e9e7dab56c8cf (patch) | |
tree | 3b5967ad2813ffa1e29ac1601b2a74edfae7a260 /comms/grig/Makefile | |
parent | df8066cafcfa16f6e9a481684991c64cb6d0ee35 (diff) | |
download | freebsd-ports-8b05b1938e66c19e719b9ca7ec4e9e7dab56c8cf.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 699cd2b27260..6994d7745848 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 |