diff options
author | dmcmahill <dmcmahill> | 2000-05-31 05:01:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-05-31 05:01:21 +0000 |
commit | b1723a8fc8e9995c9a28f636546cd866d60127dc (patch) | |
tree | 83868cef02b02eb0311a72906cbba551c326c417 /emulators/suse_linux | |
parent | 83e7c533350d28a14ecb541853699242827f789e (diff) | |
download | pkgsrc-b1723a8fc8e9995c9a28f636546cd866d60127dc.tar.gz |
add ONLY_FOR_PLATFORM
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |