diff options
author | arved <arved@FreeBSD.org> | 2011-07-14 21:32:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-14 21:32:54 +0800 |
commit | 17c4244580b71d5fbb4d9e3bc397997e574e2e2f (patch) | |
tree | 2d886cab800a24921f547f68702c769553e99304 /astro | |
parent | 27c767511f6ad31d49939454ef6ac6a5c97a33b8 (diff) | |
download | freebsd-ports-gnome-17c4244580b71d5fbb4d9e3bc397997e574e2e2f.tar.gz freebsd-ports-gnome-17c4244580b71d5fbb4d9e3bc397997e574e2e2f.tar.zst freebsd-ports-gnome-17c4244580b71d5fbb4d9e3bc397997e574e2e2f.zip |
Add lib_depends on astro/gpsd
Suggested by: glebius
Diffstat (limited to 'astro')
-rw-r--r-- | astro/qlandkartegt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index d3fe9bbbf6c9..389c297eb257 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -7,6 +7,7 @@ PORTNAME= qlandkartegt PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} @@ -14,7 +15,8 @@ MAINTAINER= i@levsha.me COMMENT= The ultimate outdoor aficionado's tool LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj.6:${PORTSDIR}/graphics/proj + proj.6:${PORTSDIR}/graphics/proj \ + gps.20:${PORTSDIR}/astro/gpsd LICENSE= GPLv2 |