aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/flam3
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-11-18 17:37:33 +0800
committermarino <marino@FreeBSD.org>2013-11-18 17:37:33 +0800
commite58df3c45de6c4563ed440b37eb1ef804f957916 (patch)
treeff55b635736673182e4fcef97c10f57dcd2b5e1c /graphics/flam3
parentab452ab2407b7f7df8f505cf1e01a209c9041949 (diff)
downloadfreebsd-ports-gnome-e58df3c45de6c4563ed440b37eb1ef804f957916.tar.gz
freebsd-ports-gnome-e58df3c45de6c4563ed440b37eb1ef804f957916.tar.zst
freebsd-ports-gnome-e58df3c45de6c4563ed440b37eb1ef804f957916.zip
graphics/flam3: Unbreak on F10
PR: ports/183575 Approved by: maintainer timeout
Diffstat (limited to 'graphics/flam3')
-rw-r--r--graphics/flam3/Makefile2
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>