diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-04-08 05:59:22 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-04-08 05:59:22 +0800 |
commit | 3d2b0a6dce41607b6a44b8ecbdbe764eacdd6c73 (patch) | |
tree | 2c28124ee6fe6c13a84e7fba981a4384e99dd29d | |
parent | dbb1ef8d505ca48e4f3978fc44696a19994bba7c (diff) | |
download | freebsd-ports-gnome-3d2b0a6dce41607b6a44b8ecbdbe764eacdd6c73.tar.gz freebsd-ports-gnome-3d2b0a6dce41607b6a44b8ecbdbe764eacdd6c73.tar.zst freebsd-ports-gnome-3d2b0a6dce41607b6a44b8ecbdbe764eacdd6c73.zip |
- Fix build
Reported by: QAT
-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 |