diff options
-rw-r--r-- | french/alphabet_sounds_fr/Makefile | 2 | ||||
-rw-r--r-- | graphics/agg/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 08aa81b..12175e2 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 06bdabe..2fbe677 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}" |