diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-02 20:11:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-02 20:11:29 +0800 |
commit | ab03780d61868302ce63458690f9351f6a77109e (patch) | |
tree | fad113c14d3d8e29291d859df4a2e94e362948b2 /databases | |
parent | d3e1ef83c344e329675af25f618ecc513b3741e5 (diff) | |
download | freebsd-ports-gnome-ab03780d61868302ce63458690f9351f6a77109e.tar.gz freebsd-ports-gnome-ab03780d61868302ce63458690f9351f6a77109e.tar.zst freebsd-ports-gnome-ab03780d61868302ce63458690f9351f6a77109e.zip |
Mark BROKEN on all architectures.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-sqlrelay/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile index f1618e7065f5..4f0d26374ae1 100644 --- a/databases/p5-sqlrelay/Makefile +++ b/databases/p5-sqlrelay/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} +BROKEN= does not build + USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} @@ -61,8 +63,4 @@ do-install: ${MAKE_ARGS} ${INSTALL_TARGET}; \ done -.if ${ARCH} == "amd64" -BROKEN= "Does not build" -.endif - .include <bsd.port.post.mk> |