diff options
author | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
commit | 7cec0aff538bd1247a8696e8d885def0884191a2 (patch) | |
tree | 66ed2730739548863faec636954851947bd93357 /graphics/qgis | |
parent | b4d5ce502d5f7617170d7f6a6efd5d218c074d6f (diff) | |
download | freebsd-ports-graphics-7cec0aff538bd1247a8696e8d885def0884191a2.tar.gz freebsd-ports-graphics-7cec0aff538bd1247a8696e8d885def0884191a2.tar.zst freebsd-ports-graphics-7cec0aff538bd1247a8696e8d885def0884191a2.zip |
Use libtool15 port instead of included version to avoid objformat a.out botch
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 75981469ad9..8db38b09180 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_FREETYPE= yes USE_QT_VER= 3 |