diff options
author | obache <obache> | 2008-06-27 13:19:27 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-27 13:19:27 +0000 |
commit | 70d21c18e420e6ae22f0a094a447c7da3aecb76d (patch) | |
tree | 1d1785a3c2ea19caa6aa93fd410d112ac12b36c7 /lang | |
parent | d4376765c1cec34d57a70d0e471c62bc2dd5f50d (diff) | |
download | pkgsrc-70d21c18e420e6ae22f0a094a447c7da3aecb76d.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/Makefile | 4 |
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 |