diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 06:03:56 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 06:03:56 +0800 |
commit | 92d656c84826275ab2ec391b54c36cd8fc50cf30 (patch) | |
tree | ecda66d40f0800b4d47db9d19e71f1548707e715 /astro/Makefile | |
parent | 0f11dc56f2084bcf3fb40e2790cd7a5a5f632657 (diff) | |
download | freebsd-ports-gnome-92d656c84826275ab2ec391b54c36cd8fc50cf30.tar.gz freebsd-ports-gnome-92d656c84826275ab2ec391b54c36cd8fc50cf30.tar.zst freebsd-ports-gnome-92d656c84826275ab2ec391b54c36cd8fc50cf30.zip |
- Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14
Newer gpsbabel version needlessly pulls in heavyweight dependencies
(such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's
resolved, it's useful to keep around older version which doesn't
have such problem.
PR: 190791
Approved by: dev2@heesakkers.info (maintainer)
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index fb4933cedd18..b42c63756d28 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -22,6 +22,7 @@ SUBDIR += gmapcatcher SUBDIR += google-earth SUBDIR += gpsbabel + SUBDIR += gpsbabel14 SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive |