diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-31 05:01:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-31 05:01:21 +0000 |
commit | 5819d2c60656a3f77141df856dcab72fa6a66f75 (patch) | |
tree | 83868cef02b02eb0311a72906cbba551c326c417 /emulators | |
parent | 2a6325894544bfcc53564481ce2579bede9d987b (diff) | |
download | pkgsrc-5819d2c60656a3f77141df856dcab72fa6a66f75.tar.gz |
add ONLY_FOR_PLATFORM
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_compat/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_libc5/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_x11/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_xforms/Makefile | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index cc232446adc..06824263d4c 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/01/09 07:10:49 tls Exp $ +# $NetBSD: Makefile,v 1.7 2000/05/31 05:01:21 dmcmahill Exp $ DISTNAME= compat PKGNAME= suse_compat-6.3 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_base-6.3:../suse_base +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index be646604652..156ed7f5d3c 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/09 07:11:00 tls Exp $ +# $NetBSD: Makefile,v 1.6 2000/05/31 05:02:55 dmcmahill Exp $ DISTNAME= suse_devel-6.3 CATEGORIES= emulators @@ -10,6 +10,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_base-6.3:../suse_base +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 95a39de7732..c9009f28730 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/01/09 07:11:10 tls Exp $ +# $NetBSD: Makefile,v 1.13 2000/05/31 05:02:56 dmcmahill Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-6.3 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_compat-6.3:../suse_compat +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 1ecc67d62a0..17966c48b9a 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/15 09:26:20 agc Exp $ +# $NetBSD: Makefile,v 1.9 2000/05/31 05:02:56 dmcmahill Exp $ DISTNAME= suse_linux-6.3 CATEGORIES= emulators @@ -11,6 +11,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_libc5-6.3:../suse_libc5 DEPENDS+= suse_xforms-6.3:../suse_xforms +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes NO_CHECKSUM= yes diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 1afb91f9736..896f5df9f72 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/09 07:11:31 tls Exp $ +# $NetBSD: Makefile,v 1.10 2000/05/31 05:02:57 dmcmahill Exp $ DISTNAME= suse_x11-6.3 CATEGORIES= emulators @@ -10,6 +10,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_base-6.3:../suse_base +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index 2f35ca90f5e..822755cfadf 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/01/09 07:11:40 tls Exp $ +# $NetBSD: Makefile,v 1.7 2000/05/31 05:02:57 dmcmahill Exp $ DISTNAME= xforms PKGNAME= suse_xforms-6.3 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_x11-6.3:../suse_x11 +ONLY_FOR_PLATFORM= NetBSD-*-i386 + EXTRACT_ONLY= # empty NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |