aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-05 07:33:44 +0800
committermiwi <miwi@FreeBSD.org>2008-08-05 07:33:44 +0800
commit8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 (patch)
treeb26abc3a6bba2f7c7311ce8c7965b538d8679482 /print
parent4c87193b0b003ef0d636a924d725f6fa020e1e60 (diff)
downloadfreebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.gz
freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.zst
freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.zip
- 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>