diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-12 06:56:42 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-12 06:56:42 +0800 |
commit | aebaf31c887948946e0b12f321b4d655280d6814 (patch) | |
tree | 46dc3dabd366871f8505fe0812a8373138fc7da1 /misc | |
parent | d9a10b3af52b51f6f8dc4b90e2f16ab36238de21 (diff) | |
download | freebsd-ports-gnome-aebaf31c887948946e0b12f321b4d655280d6814.tar.gz freebsd-ports-gnome-aebaf31c887948946e0b12f321b4d655280d6814.tar.zst freebsd-ports-gnome-aebaf31c887948946e0b12f321b4d655280d6814.zip |
- Mark IGNORE
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-devel/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index 229dff36dfed..4e1afe0c198e 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ clucene.0:${PORTSDIR}/textproc/clucene -BROKEN= Does not build +IGNORE= Use misc/bibletime-kde4 EXPIRATION_DATE= 2009-08-16 USE_OPENSSL= yes @@ -32,21 +32,8 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui xml webkit qmake_build moc_build uic_build rcc_build -CONFLICTS= bibletime-kde4-2* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -BROKEN= does on build on 6.x, use misc/bibletime-kde3 -.endif +CMAKE_SOURCE_PATH= ${WRKSRC}/.. -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}/.. +CONFLICTS= bibletime-kde4-2* -.include <bsd.port.post.mk> +.include <bsd.port.mk> |