diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-02 22:52:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-02 22:52:25 +0000 |
commit | ba0f54d002a8e05072bad5703d3f041758b122e9 (patch) | |
tree | 66004b72ea8eacdbbcbea01bdc080865cd47eb00 /devel/z80-asm | |
parent | 2ebf04a7195a1157a85d4efe85a00a12ccd32c16 (diff) |
Notes
Diffstat (limited to 'devel/z80-asm')
-rw-r--r-- | devel/z80-asm/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/z80-asm/Makefile b/devel/z80-asm/Makefile index 9c312b94b1c9..749ee7490038 100644 --- a/devel/z80-asm/Makefile +++ b/devel/z80-asm/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ DISTNAME= z80-asm -MAINTAINER= sbahra@gwu.edu +MAINTAINER= ports@FreeBSD.org COMMENT= A Z80 assembly code assembler and disassembler MAN1= z80-asm.1 z80-dis.1 @@ -21,10 +21,4 @@ MANCOMPRESSED= no USE_GMAKE= yes GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |