diff options
author | pav <pav@FreeBSD.org> | 2007-12-26 06:07:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-26 06:07:24 +0800 |
commit | 7edee6336649aa44da395e9f04ace5a4ec03b4a6 (patch) | |
tree | 545ed02496eccc4a3625fff743a22d8323fb38aa /graphics/qgis | |
parent | 5414d54bc99e31a1aa0429a8c2be24c5558061f4 (diff) | |
download | freebsd-ports-gnome-7edee6336649aa44da395e9f04ace5a4ec03b4a6.tar.gz freebsd-ports-gnome-7edee6336649aa44da395e9f04ace5a4ec03b4a6.tar.zst freebsd-ports-gnome-7edee6336649aa44da395e9f04ace5a4ec03b4a6.zip |
- This needs Perl to build
Reported by: pointyhat
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 7bc111afa32f..b925d3425c92 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -23,6 +23,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_FREETYPE= yes +USE_PERL5_BUILD=yes USE_QT_VER= 3 USE_SQLITE= yes MAN1= qgis.1 |