diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:47:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:47:39 +0000 |
commit | 90cce966ffba7d46fd22d0d559fb861e4b119333 (patch) | |
tree | 46ff3d46c09d1fb939a4ac7a80c4607d26bed910 | |
parent | 1199387daf8c07ef9e30ae4b7dfee48b38017a40 (diff) |
Notes
-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 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}" |