diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /graphics/flam3/Makefile | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'graphics/flam3/Makefile')
-rw-r--r-- | graphics/flam3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 10db06f2b482..91bfa034500b 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |