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/suse_x11 | |
parent | 2a6325894544bfcc53564481ce2579bede9d987b (diff) | |
download | pkgsrc-5819d2c60656a3f77141df856dcab72fa6a66f75.tar.gz |
add ONLY_FOR_PLATFORM
Diffstat (limited to 'emulators/suse_x11')
-rw-r--r-- | emulators/suse_x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |