diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 02:55:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 02:55:05 +0000 |
commit | 286c8829d7db3724d68ebb0b5998b2bcb82d0af5 (patch) | |
tree | a74014005be1ee10560303c8294fa1a69a450316 /graphics/gdal/Makefile | |
parent | e04774060b8c5752b28994ebeca08bacd01a94d3 (diff) | |
download | ports-286c8829d7db3724d68ebb0b5998b2bcb82d0af5.tar.gz ports-286c8829d7db3724d68ebb0b5998b2bcb82d0af5.zip |
Notes
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 0f4eb1fa620c..5674ae1c349c 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -6,17 +6,16 @@ # PORTNAME= gdal -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ MAINTAINER= aa8vb@nc.rr.com -BROKEN= "Incorrect checksum" - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff +BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen USE_PYTHON= yes GNU_CONFIGURE= yes |