diff options
author | schmonz <schmonz> | 2002-11-25 11:01:13 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-11-25 11:01:13 +0000 |
commit | fbdaaf1f39975e94da7526586b25b4a40892196f (patch) | |
tree | 8e02a8882cdfb77d79ea39208ad93347ce8139b4 /emulators/suse_xforms/Makefile | |
parent | 996186fd9e79e785857a93a17f617679d1ec0e64 (diff) | |
download | pkgsrc-fbdaaf1f39975e94da7526586b25b4a40892196f.tar.gz |
Tweak suse_* packages to support NetBSD/powerpc.
Diffstat (limited to 'emulators/suse_xforms/Makefile')
-rw-r--r-- | emulators/suse_xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index b70d5e648ae..846bdbaffa9 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/04/04 09:47:12 tron Exp $ +# $NetBSD: Makefile,v 1.13 2002/11/25 11:01:18 schmonz Exp $ DISTNAME= xforms PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -12,7 +12,7 @@ COMMENT= Linux compatibility package for xforms binaries DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc EXTRACT_ONLY= # empty NO_BUILD= YES |