diff options
author | joerg <joerg> | 2005-12-12 14:43:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-12 14:43:23 +0000 |
commit | 540e0281a4e91b921b54e3d9f8acb7bac1458637 (patch) | |
tree | 97ae5019218968b99f2894114562532ab97bb4da /emulators/suse_glx/Makefile | |
parent | 58cc45f1a9669fddaa13933caba743bb1880c96c (diff) | |
download | pkgsrc-540e0281a4e91b921b54e3d9f8acb7bac1458637.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_glx/Makefile')
-rw-r--r-- | emulators/suse_glx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile index 97642a1cb2f..f6e71241de9 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/12 14:43:24 joerg Exp $ DISTNAME= glx PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -12,8 +12,6 @@ COMMENT= Linux compatibility package for GLX binaries DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 - EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |