diff options
-rw-r--r-- | print/latex-caption/Makefile | 2 | ||||
-rw-r--r-- | science/chemtool-devel/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/latex-caption/Makefile b/print/latex-caption/Makefile index ec0c20a1bd2..f3ac05f1f74 100644 --- a/print/latex-caption/Makefile +++ b/print/latex-caption/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS+= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +BROKEN= "Checksum mismatch" + PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} PLIST_SUB+= CLASSDIR=${CLASSDIR} diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 3d2335e301b..f942e742037 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= Drawing organic molecules easily and store them (developer version) +BROKEN= "Checksum mismatch" + LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig |