From f25de76c3f930d826b476e8a36077fa97a7f50f9 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 16 Oct 2013 02:36:08 +0000 Subject: - Update to 1.7.4 - Support staging - Fix build with clang PR: 182191 Submitted by: Christoph Moench-Tegeder Approved by: maintainer timeout --- astro/qlandkartegt/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'astro/qlandkartegt/Makefile') diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index 53dfd219f8da..acd6113674fa 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qlandkartegt -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} @@ -11,11 +11,10 @@ COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv3 -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj:${PORTSDIR}/graphics/proj \ - gps:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ + libproj.so:${PORTSDIR}/graphics/proj \ + libgps.so:${PORTSDIR}/astro/gpsd -NO_STAGE= yes USES= cmake USE_QT4= dbus gui opengl network sql xml linguist_build \ moc_build uic_build rcc_build qmake_build -- cgit