pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/qcad DragonFly is a BSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/976adf5b2c6a
branches:  trunk
changeset: 504023:976adf5b2c6a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 03 02:37:28 2005 +0000

description:
DragonFly is a BSD.

diffstat:

 cad/qcad/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 89e3f2c08467 -r 976adf5b2c6a cad/qcad/Makefile
--- a/cad/qcad/Makefile Sat Dec 03 01:46:26 2005 +0000
+++ b/cad/qcad/Makefile Sat Dec 03 02:37:28 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index