diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-07-14 13:32:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-07-14 13:32:54 +0000 |
commit | 9f9f11b81f40a6af95442aa21fcbbd0abfbdc5e7 (patch) | |
tree | 20bf5b9cee09d55ac8dc2b2faa25799324b2de9b /astro | |
parent | f3ffed4d0b9484623b23796e0f9de5719aa58b0f (diff) |
Add lib_depends on astro/gpsd
Suggested by: glebius
Notes
Notes:
svn path=/head/; revision=277694
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 |