summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-06-27 13:19:27 +0000
committerobache <obache@pkgsrc.org>2008-06-27 13:19:27 +0000
commit93741eb4bb971b817909da4b3de5501426bea08f (patch)
tree1d1785a3c2ea19caa6aa93fd410d112ac12b36c7 /lang
parent2f5bb93c646c1d211a9092b493ef003d92ffa271 (diff)
downloadpkgsrc-93741eb4bb971b817909da4b3de5501426bea08f.tar.gz
Treat DragonFly the same as other BSDs.
Patch provided by MAINTAINER Aleksej Saushev in PR 39054.
Diffstat (limited to 'lang')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 2 insertions, 2 deletions
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