diff options
author | linimon <linimon@FreeBSD.org> | 2012-08-24 08:54:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-08-24 08:54:43 +0800 |
commit | 1a38ba0b9fc0c93c8f20976bc98409f5c49519bf (patch) | |
tree | c5f6d2db8dc70bd87198a3a34c05482570ce4466 | |
parent | cc8147e2760b354ac4760e3f473bd384814f0ced (diff) | |
download | freebsd-ports-gnome-1a38ba0b9fc0c93c8f20976bc98409f5c49519bf.tar.gz freebsd-ports-gnome-1a38ba0b9fc0c93c8f20976bc98409f5c49519bf.tar.zst freebsd-ports-gnome-1a38ba0b9fc0c93c8f20976bc98409f5c49519bf.zip |
Mark as broken: incorrect checksum.
-rw-r--r-- | print/latex-ltablex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/latex-ltablex/Makefile b/print/latex-ltablex/Makefile index 3b6fc758d0d0..3c0471f51747 100644 --- a/print/latex-ltablex/Makefile +++ b/print/latex-ltablex/Makefile @@ -20,6 +20,8 @@ COMMENT= Combines the features of both the tabularx and longtable packages BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base +BROKEN= fails to install; incorrect checksum + USE_ZIP= YES NO_BUILD= YES PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ |