diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-03 02:37:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-03 02:37:28 +0000 |
commit | 365728862b16d769ada2921c0075a1961b432c28 (patch) | |
tree | 99c0c43e2f52bdd4b8d1f09599c3e3508a81d9a4 /cad | |
parent | de861c61ad392e7864a6c0e4b4e9977ec03b37de (diff) | |
download | pkgsrc-365728862b16d769ada2921c0075a1961b432c28.tar.gz |
DragonFly is a BSD.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 125c90b2eaf..efdee9004b4 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/11/20 14:07:11 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2005/12/03 02:37:28 joerg 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) +.elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" QCAD_OPSYS = BSD .elif !empty(OPSYS:MIRIX) QCAD_OPSYS = IRIX |