diff options
author | John Marino <marino@FreeBSD.org> | 2013-11-18 17:37:33 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-11-18 17:37:33 +0800 |
commit | b6f11bedbe4f3ba8e95269f0a3b94fb5a2a9aebd (patch) | |
tree | ff55b635736673182e4fcef97c10f57dcd2b5e1c /graphics/flam3 | |
parent | 2956c21e7d71dae9f73142fa2a81236b9c365430 (diff) | |
download | freebsd-ports-gnome-b6f11bedbe4f3ba8e95269f0a3b94fb5a2a9aebd.tar.gz freebsd-ports-gnome-b6f11bedbe4f3ba8e95269f0a3b94fb5a2a9aebd.tar.zst freebsd-ports-gnome-b6f11bedbe4f3ba8e95269f0a3b94fb5a2a9aebd.zip |
graphics/flam3: Unbreak on F10
PR: ports/183575
Approved by: maintainer timeout
Diffstat (limited to 'graphics/flam3')
-rw-r--r-- | graphics/flam3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 59ccefab213b..31ea476c078c 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CFLAGS+= -I${LOCALBASE}/include/libpng15 +CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include NO_STAGE= yes .include <bsd.port.mk> |