summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/lyx15/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile
index e6a63c89abbf..75025521baa3 100644
--- a/print/lyx15/Makefile
+++ b/print/lyx15/Makefile
@@ -124,9 +124,9 @@ PLIST_SUB+= NLS="@comment "
.endif
# includes of qt4 must be found earlier than those of qt3
-CONFIGURE_ENV+= QT4_CORE_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore \
- -I${LOCALBASE}/include" \
- QT4_FRONTEND_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore \
- -I${LOCALBASE}/include/QtGui -I${LOCALBASE}/include"
+CONFIGURE_ENV+= QT4_CORE_CFLAGS="-DQT_SHARED -I${QT_INCDIR}/QtCore \
+ -I${QT_INCDIR}" \
+ QT4_FRONTEND_CFLAGS="-DQT_SHARED -I${QT_INCDIR}/QtCore \
+ -I${QT_INCDIR}/QtGui -I${QT_INCDIR}"
.include <bsd.port.post.mk>