diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-26 09:01:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-26 09:01:21 +0000 |
commit | 05f7c274ee656b8169e04d4c5687bc5b6548d96e (patch) | |
tree | 07d18794933cfa5c4b9bb5359b295c2264861c8b /graphics/libgeotiff/Makefile | |
parent | 429f32ee0f21964c58bcec850e9079588d3c1124 (diff) |
Notes
Diffstat (limited to 'graphics/libgeotiff/Makefile')
-rw-r--r-- | graphics/libgeotiff/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 2fe59428b440..878fe2980056 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgeotiff -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \ ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \ @@ -20,7 +20,9 @@ LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \ proj:${PORTSDIR}/graphics/proj \ tiff:${PORTSDIR}/graphics/tiff -CONFIGURE_ARGS= --disable-doxygen-doc \ +CPPFLAGS+= -fPIC +CONFIGURE_ARGS= --datadir=${DATADIR} \ + --disable-doxygen-doc \ --disable-doxygen-dot \ --disable-doxygen-html \ --disable-doxygen-man \ @@ -31,10 +33,6 @@ CONFIGURE_ARGS= --disable-doxygen-doc \ GNU_CONFIGURE= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +MAN1= listgeo.1 -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |