diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-12 14:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-12 14:43:23 +0000 |
commit | 1f6a39a84e10fec37df3728c67f6821cc88e7231 (patch) | |
tree | 97ae5019218968b99f2894114562532ab97bb4da /emulators/suse_linux/Makefile | |
parent | 7923936df560993a53a43905e2f693c1d5d6fdba (diff) | |
download | pkgsrc-1f6a39a84e10fec37df3728c67f6821cc88e7231.tar.gz |
First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
Diffstat (limited to 'emulators/suse_linux/Makefile')
-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 4c4bf013f76..bc94d7fd119 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/07/19 10:23:42 grant Exp $ +# $NetBSD: Makefile,v 1.30 2005/12/12 14:43:25 joerg 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 + FreeBSD-*-i386 DrgaonFly-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES |