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 | ae0f7bb6570a72f4f758209a00fd719e85fd5227 (patch) | |
tree | 97ae5019218968b99f2894114562532ab97bb4da /emulators/suse91_vmware | |
parent | c1f29c2cdbfd37ad83c7801866c9b1288f1e446c (diff) | |
download | pkgsrc-ae0f7bb6570a72f4f758209a00fd719e85fd5227.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/suse91_vmware')
-rw-r--r-- | emulators/suse91_vmware/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/suse91_vmware/Makefile b/emulators/suse91_vmware/Makefile index 8a65af42173..8c4127eb729 100644 --- a/emulators/suse91_vmware/Makefile +++ b/emulators/suse91_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/05 20:50:12 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/12 14:43:24 joerg Exp $ DISTNAME= suse_vmware-${SUSE_VERSION} CATEGORIES= emulators @@ -12,8 +12,6 @@ COMMENT= Linux compatibility package to support running VMware DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 -ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 - EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |