diff options
author | rillig <rillig> | 2006-01-12 22:11:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-01-12 22:11:30 +0000 |
commit | 41f6e4bf5d2dc9807441042f2f5d4ff062225d29 (patch) | |
tree | cb004914b4f67963dcf64f18620f5f86e38800f0 | |
parent | 569d020cb8f47290362ef7a7df2b95c3e6c3e0b4 (diff) | |
download | pkgsrc-41f6e4bf5d2dc9807441042f2f5d4ff062225d29.tar.gz |
Fixed typo: DrgaonFly => DragonFly.
-rw-r--r-- | emulators/suse_linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index bc94d7fd119..76537494ac8 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/12/12 14:43:25 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/12 22:11:30 rillig Exp $ DISTNAME= suse_linux-7.3 CATEGORIES= emulators @@ -24,7 +24,7 @@ DEPENDS+= suse_libc5>=7.3:../../emulators/suse_libc5 ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 \ NetBSD-[2-9]*-i386 NetBSD-*-powerpc \ - FreeBSD-*-i386 DrgaonFly-*-i386 + FreeBSD-*-i386 DragonFly-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES |