diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 03:54:36 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 03:54:36 +0000 |
commit | 010c1d50721ad7587785b62a44cdd8e66eff5222 (patch) | |
tree | 90808d6e3ef07e90291e882b015397a6764b61cc /biology | |
parent | 3cc7810357af198988dfcb5658f6981f882a271b (diff) | |
download | FreeBSD-ports-010c1d50721ad7587785b62a44cdd8e66eff5222.zip FreeBSD-ports-010c1d50721ad7587785b62a44cdd8e66eff5222.tar.gz |
BROKEN on alpha 5.x: does not compile
Diffstat (limited to 'biology')
-rw-r--r-- | biology/dna-qc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/dna-qc/Makefile b/biology/dna-qc/Makefile index 5300ead..2fd9fc8 100644 --- a/biology/dna-qc/Makefile +++ b/biology/dna-qc/Makefile @@ -22,6 +22,12 @@ EXAMPLES= README script.compare script.limits \ bact.all chromosomeIII.all human.all worm.all PROGRAMS= counter hybridize normalize random_clip random_line +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/normalize.c @@ -44,4 +50,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |