summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorreed <reed>2006-02-24 19:47:02 +0000
committerreed <reed>2006-02-24 19:47:02 +0000
commit5769e2c0ef262c648a159364d49ef03abe41b8f0 (patch)
tree8dc0af15507ec5c55d0334286b0d1118b37d395a /cad
parent0a6535d49ac3e5b8cd8e6941176528a07fa206eb (diff)
downloadpkgsrc-5769e2c0ef262c648a159364d49ef03abe41b8f0.tar.gz
Also allow Darwin to be a valid operating system -- by using "BSD".
This is from John D. Baker via PR 32924. I didn't test this myself.
Diffstat (limited to 'cad')
-rw-r--r--cad/qcad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 3f1d908c35e..9d3353432fd 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/02/05 23:08:22 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2006/02/24 19:47:02 reed Exp $
DISTNAME= qcad-1.5.4-src
PKGNAME= qcad-1.5.4
@@ -21,7 +21,7 @@ INSTALLATION_DIRS= bin
QCAD_OPSYS = LINUX
.elif ${OPSYS} == "SunOS"
QCAD_OPSYS = SOLARIS
-.elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
+.elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
QCAD_OPSYS = BSD
.elif !empty(OPSYS:MIRIX)
QCAD_OPSYS = IRIX