diff options
author | arved <arved@FreeBSD.org> | 2004-03-29 16:35:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-29 16:35:45 +0800 |
commit | 5c3f1ccbf807d241b05a0644900a0ed534536f42 (patch) | |
tree | 240b54920ad93976b43d0f503eda145de2431f16 /net/pvm/Makefile | |
parent | 573b273c4784844ffa1b5ef7769e59f68c488dbe (diff) | |
download | freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.tar.gz freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.tar.zst freebsd-ports-gnome-5c3f1ccbf807d241b05a0644900a0ed534536f42.zip |
Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
Diffstat (limited to 'net/pvm/Makefile')
-rw-r--r-- | net/pvm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile index f67129cf83db..c71bef91d441 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -111,10 +111,6 @@ MLINKS= pvm_intro.1 PVM.1 pvmd3.1 pvmd.1 \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" -.endif - pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/tracer/tracer.h ${WRKSRC}/tracer/trclib.h \ |