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_libc5 | |
parent | 83e7c533350d28a14ecb541853699242827f789e (diff) | |
download | pkgsrc-b1723a8fc8e9995c9a28f636546cd866d60127dc.tar.gz |
add ONLY_FOR_PLATFORM
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |