diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-08-19 19:36:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-08-19 19:36:28 +0000 |
commit | 36b9a74efd8c0594451c661c39a1aedc2737fa2a (patch) | |
tree | c2be706185bd9e260eca38e1e1429484b93d09f5 /misc | |
parent | - This port is exclusively for www/apache20 (the 2.0.x series) (diff) |
- Mark as BROKEN on amd64
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=218865
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-devel/Makefile | 8 | ||||
-rw-r--r-- | misc/bibletime-kde4/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index d766e46bbf15..cfb59745454b 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -28,6 +28,12 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui xml +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not build on amd64 +.endif + post-extract: ${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION} ${MKDIR} ${WRKSRC} @@ -38,4 +44,4 @@ do-configure: -D CMAKE_INSTALL_PREFIX=${PREFIX} \ ${WRKSRC}/.. -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index d766e46bbf15..cfb59745454b 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -28,6 +28,12 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib dbus gui xml +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not build on amd64 +.endif + post-extract: ${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION} ${MKDIR} ${WRKSRC} @@ -38,4 +44,4 @@ do-configure: -D CMAKE_INSTALL_PREFIX=${PREFIX} \ ${WRKSRC}/.. -.include <bsd.port.mk> +.include <bsd.port.post.mk> |