diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
commit | 8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 (patch) | |
tree | b26abc3a6bba2f7c7311ce8c7965b538d8679482 /print | |
parent | 4c87193b0b003ef0d636a924d725f6fa020e1e60 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |