aboutsummaryrefslogtreecommitdiff
path: root/misc/bibletime-devel
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-08-19 19:36:28 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-08-19 19:36:28 +0000
commit36b9a74efd8c0594451c661c39a1aedc2737fa2a (patch)
treec2be706185bd9e260eca38e1e1429484b93d09f5 /misc/bibletime-devel
parentac61a8bd408ee2f093da35184945171093b5d1af (diff)
downloadports-36b9a74efd8c0594451c661c39a1aedc2737fa2a.tar.gz
ports-36b9a74efd8c0594451c661c39a1aedc2737fa2a.zip
Notes
Diffstat (limited to 'misc/bibletime-devel')
-rw-r--r--misc/bibletime-devel/Makefile8
1 files changed, 7 insertions, 1 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>