aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--french/alphabet_sounds_fr/Makefile2
-rw-r--r--graphics/agg/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile
index 08aa81b27e2e..12175e26c2b4 100644
--- a/french/alphabet_sounds_fr/Makefile
+++ b/french/alphabet_sounds_fr/Makefile
@@ -14,6 +14,8 @@ DISTNAME= alphabet_sounds_fr
MAINTAINER= bruno@tinkerbox.org
COMMENT= Educative games for children. Alphabet sounds package
+BROKEN= Size mismatch
+
BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index 06bdabee66ab..2fbe677b350a 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= A High Quality Rendering Engine for C++
+BROKEN= Size mismatch
+
WRKSRC= ${WRKDIR}/agg23
USE_GMAKE= yes
MAKE_ENV= C="${CC}" CXX="${CXX}"