diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-09-21 12:32:18 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-09-21 12:32:18 +0000 |
commit | 48a9c53929a4229601688d904865732732333e03 (patch) | |
tree | e357e9c55543331a1b884995109b49f02d69bc5f /astro/qlandkartegt/Makefile | |
parent | 41a6b14a33db1f347200a67f4481ab62c05dce3e (diff) | |
download | ports-48a9c53929a4229601688d904865732732333e03.tar.gz ports-48a9c53929a4229601688d904865732732333e03.zip |
Notes
Diffstat (limited to 'astro/qlandkartegt/Makefile')
-rw-r--r-- | astro/qlandkartegt/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index 2f7defdef457..f3aba0361da3 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: qlandkartegt -# Date created: 1 Jun 2009 -# Whom: Mykola Dzham <freebsd@levsha.org.ua> -# +# Created by: Mykola Dzham <freebsd@levsha.org.ua> # $FreeBSD$ -# PORTNAME= qlandkartegt -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} @@ -16,8 +12,8 @@ COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj.7:${PORTSDIR}/graphics/proj \ - gps.20:${PORTSDIR}/astro/gpsd + proj:${PORTSDIR}/graphics/proj \ + gps:${PORTSDIR}/astro/gpsd USE_CMAKE= yes USE_QT4= dbus gui opengl network sql xml linguist_build \ |