diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-14 19:02:16 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-14 19:02:16 +0000 |
commit | 35183facc75561ba64eadb8644d1059af688da94 (patch) | |
tree | dce26be6b93200d12fc832b82a7808a72978e9a2 /devel/gdbada | |
parent | 8cf7fc9ec87de68110997dfcc2ca240b1c844e5e (diff) | |
download | pkgsrc-35183facc75561ba64eadb8644d1059af688da94.tar.gz |
Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.
Diffstat (limited to 'devel/gdbada')
-rw-r--r-- | devel/gdbada/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdbada/Makefile b/devel/gdbada/Makefile index 7a05344d013..7624e61051b 100644 --- a/devel/gdbada/Makefile +++ b/devel/gdbada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/12/02 13:04:08 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/14 19:02:16 hasso Exp $ DISTNAME= gdbada-6.3 PKGREVISION= 2 @@ -11,7 +11,7 @@ HOMEPAGE= https://libre.adacore.com/GDB/ COMMENT= GNAT GDB : An Ada 95 Debugger # Not yet ported to AMD 64-bit machines or Darwin -NOT_FOR_PLATFORM= *-*-x86_64 Darwin-*-* +NOT_FOR_PLATFORM= *-*-x86_64 Darwin-*-* DragonFly-*-* WRKSRC= ${WRKDIR}/gdb-6.3 |