diff options
Diffstat (limited to 'emulators/linuxppc_lib/Makefile')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index 04155f3522f..7c8ba437ac0 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/05/24 08:25:33 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/01 10:37:33 grant Exp $ DISTNAME= linuxppc_lib-2000.4.6 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg CONFLICTS= suse_base-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5[U-Z]-powerpc NetBSD-1.5Z[A-Z]-powerpc \ - NetBSD-1.[6-9]*-powerpc NetBSD-[2-9]*-powerpc + NetBSD-1.6*-powerpc NetBSD-[2-9]*-powerpc WRKSRC= ${WRKDIR}/${DISTNAME} SHLIB_HANDLING= NO |