diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /graphics/qgis | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 081735b9ede4..6e4bf32c49a0 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qgis -# Date created: Apr 2006 -# Whom: Laurent Courty -# +# Created by: Laurent Courty # $FreeBSD$ -# PORTNAME= qgis PORTVERSION= 1.8.0 @@ -24,7 +20,7 @@ LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ USE_BZIP2= yes USE_PYTHON= yes -USE_BISON= build +USES= bison USE_CMAKE= yes USE_SQLITE= yes USE_QT4= gui svg xml network sql designer linguist_build \ |