From 93741eb4bb971b817909da4b3de5501426bea08f Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 27 Jun 2008 13:19:27 +0000 Subject: Treat DragonFly the same as other BSDs. Patch provided by MAINTAINER Aleksej Saushev in PR 39054. --- lang/chicken/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index cf3c792f6cb..8e2589a77c3 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/05/12 20:31:08 degroote Exp $ +# $NetBSD: Makefile,v 1.35 2008/06/27 13:19:27 obache Exp $ # DISTNAME= chicken-3.2.0 @@ -24,7 +24,7 @@ BUILD_TARGET= all chicken.info .include "../../mk/bsd.prefs.mk" # PLATFORM detection: -.if !empty(OPSYS:M*BSD) +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" PLATFORM= bsd .elif ${OPSYS} == "Linux" PLATFORM= linux -- cgit v1.2.3