diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
commit | 78f963d9bd429f620c69a3be14bb27f1405cd787 (patch) | |
tree | 6441f17e6a1f1f5e4e71a90d6e069f0d6c2ed379 /astro/qlandkartegt | |
parent | 3dca10884c073194f5e6cd73b95ae303f578b7cd (diff) | |
download | ports-78f963d9bd429f620c69a3be14bb27f1405cd787.tar.gz ports-78f963d9bd429f620c69a3be14bb27f1405cd787.zip |
Notes
Diffstat (limited to 'astro/qlandkartegt')
-rw-r--r-- | astro/qlandkartegt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index abd9a721277e..8067accdbed4 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -7,6 +7,7 @@ PORTNAME= qlandkartegt PORTVERSION= 0.15.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} @@ -14,7 +15,7 @@ MAINTAINER= freebsd@levsha.org.ua COMMENT= The ultimate outdoor aficionado's tool LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj.5:${PORTSDIR}/graphics/proj + proj.6:${PORTSDIR}/graphics/proj USE_CMAKE= yes USE_QT_VER= 4 |