summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:33:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:33:44 +0000
commit16d82841ce3efe54e5557a86f6d8924a2d47b04c (patch)
tree73508b347165e20e74370b7cfe08583b50bee9c6 /print
parent- Update to qt 4.4.1 (diff)
- Fix build after qt 4.4.1 update
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>