summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorobache <obache>2008-06-27 13:19:27 +0000
committerobache <obache>2008-06-27 13:19:27 +0000
commit70d21c18e420e6ae22f0a094a447c7da3aecb76d (patch)
tree1d1785a3c2ea19caa6aa93fd410d112ac12b36c7 /lang/chicken
parentd4376765c1cec34d57a70d0e471c62bc2dd5f50d (diff)
downloadpkgsrc-70d21c18e420e6ae22f0a094a447c7da3aecb76d.tar.gz
Treat DragonFly the same as other BSDs.
Patch provided by MAINTAINER Aleksej Saushev in PR 39054.
Diffstat (limited to 'lang/chicken')
-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