diff options
-rw-r--r-- | biology/avida/Makefile | 2 | ||||
-rw-r--r-- | math/asir2000/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index d02462e1fd4f..445776edad88 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://dllab.caltech.edu/avida/versions/ MAINTAINER= karlj000@unbc.ca +BROKEN= "Does not build" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[[:alnum:]]+$//} USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 7c9580b1e132..22870700ac4e 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -14,6 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= saito@asir.org +BROKEN= "Does not build" + WRKSRC= ${WRKDIR}/asir2000 PREFIX?= ${LOCALBASE} USE_IMAKE= YES |