diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-11 22:55:09 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-11 22:55:09 +0000 |
commit | e74b56c7d3ef1ffb74c753b7cbf5e3d4f84e0a1d (patch) | |
tree | 6a3768eca91cfcc1206d5167644f1d510ec99342 /misc | |
parent | 2a80fb615e5154604c363c6732d6f72118b11287 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-kde4/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index 34ec8843ed29..971b83f44142 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -26,6 +26,8 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui xml webkit qmake_build moc_build uic_build rcc_build +CMAKE_SOURCE_PATH= ${WRKSRC}/.. + CONFLICTS= bibletime-devel-2* .include <bsd.port.pre.mk> @@ -34,13 +36,4 @@ CONFLICTS= bibletime-devel-2* BROKEN= does on build on 6.x, use misc/bibletime-kde3 .endif -post-extract: - ${MKDIR} ${WRKSRC}/build - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CMAKE_ENV} ${CMAKE_BIN} \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_INSTALL_PREFIX=${PREFIX} \ - ${WRKSRC}/.. - .include <bsd.port.post.mk> |