diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgeotiff/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 36e9341de3f6..437c3ae808c6 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -25,8 +25,6 @@ CONFIGURE_ARGS= --with-jpeg=${LOCALBASE} \ --with-proj=${LOCALBASE} \ --with-libtiff=${LOCALBASE} USE_LDCONFIG= yes -CFLAGS+= -L${LOCALBASE}/lib \ - -I${LOCALBASE}/include .include <bsd.port.pre.mk> |