diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-04-07 21:59:22 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-04-07 21:59:22 +0000 |
commit | 8becc787c30d5d24a5e7b62d70f969fadfc5a50f (patch) | |
tree | 50e010caa33eed4fa6a7cdde746e72e92a5b16d3 | |
parent | 565adeee8863ac6f362691b57a4a5f8c4afdf4ce (diff) |
- Fix build
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=231827
-rw-r--r-- | misc/bibletime-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index 98cd6e0fb1c6..1515915273fc 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -26,9 +26,9 @@ KDE4_BUILDENV= yes USE_KDE4= kdeprefix kdelibs runtime workspace automoc4 USE_CMAKE= yes USE_QT_VER= 4 -Q4T_COMPONENTS= corelib dbus gui xml webkit qmake_build moc_build uic_build rcc_build +QT_COMPONENTS= corelib dbus gui xml webkit qmake_build moc_build uic_build rcc_build -CONFLICTS= bibletime*-2.* +CONFLICTS= bibletime*-2.* post-extract: ${MKDIR} ${WRKSRC}/build |