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/suse91_x11 | |
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/suse91_x11')
-rw-r--r-- | emulators/suse91_x11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/suse91_x11/Makefile b/emulators/suse91_x11/Makefile index 1ac52d1af1d..f0ae3ebad7c 100644 --- a/emulators/suse91_x11/Makefile +++ b/emulators/suse91_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/11/06 14:52:44 salo Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/12 14:43:24 joerg Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 3 @@ -12,9 +12,6 @@ COMMENT= Linux compatibility package for X11 binaries DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base -ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 NetBSD-[3-9]*-x86_64 \ - FreeBSD-*-i386 - EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |