diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-03 23:56:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-03 23:56:37 +0000 |
commit | 56e736366723452570977d55a24208b50c9640ab (patch) | |
tree | eff3e929d3d4cb2314aa8a8102b8db690a41d6d6 /databases/py-sqlrelay/Makefile | |
parent | 2d944e5813f6a023939a9eb5d08f34d5d7747969 (diff) |
Notes
Diffstat (limited to 'databases/py-sqlrelay/Makefile')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 8 |
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> |