diff options
author | joerg <joerg> | 2005-12-03 02:37:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-03 02:37:28 +0000 |
commit | ca92fd158cfe493ed9b99c1ace6287b6e5bbdc97 (patch) | |
tree | 99c0c43e2f52bdd4b8d1f09599c3e3508a81d9a4 /cad | |
parent | 55de54919537f7c67c56eedd0b7d53490f060521 (diff) | |
download | pkgsrc-ca92fd158cfe493ed9b99c1ace6287b6e5bbdc97.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 |