aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2016-06-10 18:47:34 +0000
committerJason Helfman <jgh@FreeBSD.org>2016-06-10 18:47:34 +0000
commit027feebf72b4751ca04816e644ff8e3be43c0140 (patch)
tree7a0acadaefa8975784352e705c8929f52f3f5f0c /x11/xlockmore
parent02df8560318c8b0a12df3d27019f2118cb9fc04e (diff)
downloadports-027feebf72b4751ca04816e644ff8e3be43c0140.tar.gz
ports-027feebf72b4751ca04816e644ff8e3be43c0140.zip
- fix for MESAGL
/usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found Reported by: dhw
Notes
Notes: svn path=/head/; revision=416686
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 74401cd0c5ba..e4cb730d403a 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -67,7 +67,7 @@ KRB5LIB= -L${KRB5_HOME}/lib
CONFIGURE_ARGS+= --with-mesa
MESALIB= -lpthread
USE_GL= yes
-CFLAGS+= -I${LOCALBASE}/include/FTGL
+CFLAGS+= -I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2
.else
CONFIGURE_ARGS+= --without-mesa --without-opengl
.endif