diff options
-rw-r--r-- | biology/nab/Makefile | 2 | ||||
-rw-r--r-- | ftp/ncftpd/Makefile | 2 | ||||
-rw-r--r-- | lang/fpl/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/biology/nab/Makefile b/biology/nab/Makefile index fbed8da..e2d701f 100644 --- a/biology/nab/Makefile +++ b/biology/nab/Makefile @@ -15,6 +15,8 @@ MAINTAINER= bdodson@scms.utmb.edu COMMENT= \ "This is nab (nucleic acid builder), a language for macromolecules" +BROKEN= Does not fetch + BUILD_DEPENDS= ucpp:${PORTSDIR}/devel/ucpp ONLY_FOR_ARCHS= i386 diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 7b75dc0..496d41d 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -16,6 +16,8 @@ COMMENT= A well known commercial FTP daemon with a 30-day evaluation license WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN= "Does not fetch" + ONLY_FOR_ARCHS= i386 NO_BUILD= YES LICENSE= shareware diff --git a/lang/fpl/Makefile b/lang/fpl/Makefile index b97d3b6..4355234 100644 --- a/lang/fpl/Makefile +++ b/lang/fpl/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ich.bin.kein.hoschi.de/fpl/ \ MAINTAINER= d.marks@student.umist.ac.uk COMMENT= An interpreted script/macro language +BROKEN= Does not fetch + ALL_TARGET= .include <bsd.port.pre.mk> |