aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlrelay
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-03 23:56:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-03 23:56:37 +0000
commit56e736366723452570977d55a24208b50c9640ab (patch)
treeeff3e929d3d4cb2314aa8a8102b8db690a41d6d6 /databases/py-sqlrelay
parent2d944e5813f6a023939a9eb5d08f34d5d7747969 (diff)
downloadports-56e736366723452570977d55a24208b50c9640ab.tar.gz
ports-56e736366723452570977d55a24208b50c9640ab.zip
BROKEN on amd64: Does not configure
Notes
Notes: svn path=/head/; revision=112881
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r--databases/py-sqlrelay/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index 4e5049770be6..fcc43264559d 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
.include "${.CURDIR}/../sqlrelay/Makefile.common"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Configure fails on amd64"
+.endif
+
do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
@@ -42,4 +48,4 @@ post-patch:
-e 's,"1\.5" "1\.6" "2\.0" "2\.1",${PYTHON_VERSION:S/^python//},g;' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>