1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Fix build

Approved by:	portmgr(miwi@)
This commit is contained in:
Wen Heping 2013-04-07 11:58:04 +00:00
parent e5eeaf2b4e
commit f649983f0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315752

View File

@ -3,6 +3,7 @@
PORTNAME= qgis
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://qgis.org/downloads/ \
http://download.osgeo.org/qgis/src/
@ -11,12 +12,12 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Geographical Information System (GIS) data viewer
LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \
proj.7:${PORTSDIR}/graphics/proj \
gsl.16:${PORTSDIR}/math/gsl \
qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
proj:${PORTSDIR}/graphics/proj \
gsl:${PORTSDIR}/math/gsl \
qwt:${PORTSDIR}/x11-toolkits/qwt5 \
gdal:${PORTSDIR}/graphics/gdal \
spatialite.4:${PORTSDIR}/databases/spatialite \
spatialindex.2:${PORTSDIR}/devel/spatialindex
spatialite:${PORTSDIR}/databases/spatialite \
spatialindex:${PORTSDIR}/devel/spatialindex
USE_BZIP2= yes
USE_PYTHON= yes