diff options
author | asau <asau@pkgsrc.org> | 2010-01-12 20:42:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-12 20:42:16 +0000 |
commit | 37a040cdf12df73247478cda718bfe005f489769 (patch) | |
tree | bd83df38642f52f19fe4bb444ce8b5e530468462 /parallel | |
parent | f0c939e6047a12c5b326029f8f7c9c02c75a77b1 (diff) | |
download | pkgsrc-37a040cdf12df73247478cda718bfe005f489769.tar.gz |
DragonFly build fix: treat DragonFly the same way as FreeBSD.
Catched by bulk builds, tested by Stathis Kamperis.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 77c69614907..9ca7c671c7d 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/12/13 18:38:10 asau Exp $ +# $NetBSD: Makefile,v 1.61 2010/01/12 20:42:16 asau Exp $ DISTNAME= mpich2-1.2.1 CATEGORIES= parallel @@ -67,7 +67,7 @@ post-extract: .include "../../mk/bsd.prefs.mk" # FreeBSD 6 hack: -.if $(OPSYS) == "FreeBSD" +.if $(OPSYS) == "FreeBSD" || $(OPSYS) == "DragonFly" BUILDLINK_TRANSFORM+= rm:-lrt .endif |