diff options
author | pav <pav@FreeBSD.org> | 2008-08-22 19:50:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-08-22 19:50:59 +0800 |
commit | c70015583270306a344107cf09c7d9f57d89b6ab (patch) | |
tree | 22d678cbe77bc4b7914652580dcb856cf03c0eb0 /graphics | |
parent | fc5f43a8a62131ede74851aaeab040a2880e2641 (diff) | |
download | freebsd-ports-gnome-c70015583270306a344107cf09c7d9f57d89b6ab.tar.gz freebsd-ports-gnome-c70015583270306a344107cf09c7d9f57d89b6ab.tar.zst freebsd-ports-gnome-c70015583270306a344107cf09c7d9f57d89b6ab.zip |
- Does not need these CFLAGS to build
PR: ports/126397 (related to)
Reported by: Michael Harnois <mdharnois@gmail.com>
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> |