diff options
author | asau <asau@pkgsrc.org> | 2014-06-17 22:23:40 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-17 22:23:40 +0000 |
commit | 23074b1daaf8facda7572d415c04190ae710d629 (patch) | |
tree | 2da0534a5cadba7c97aefa020519ceb130730ccc /lang/scheme48 | |
parent | 45992eebd1e9fb7537ca9c71cf5f40e6cf1c8e2b (diff) | |
download | pkgsrc-23074b1daaf8facda7572d415c04190ae710d629.tar.gz |
Treat FreeBSD and DragonFly the same way.
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 023cf68a25f..c8b90bafead 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2013/11/10 20:28:50 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2014/06/17 22:23:40 asau Exp $ DISTNAME= scheme48-1.9 PKGREVISION= 1 @@ -32,7 +32,7 @@ REPLACE.scheme.new= ${PREFIX}/bin/scheme-srfi-7 REPLACE_FILES.scheme= build/scheme48-config.in .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "DragonFly" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" SUBST_CLASSES+= pthr SUBST_STAGE.pthr= post-patch SUBST_FILES.pthr= configure |