diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-05 16:41:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-05 16:41:17 +0000 |
commit | d5f7b51ec92c25b99756d73296211aa93a7babcc (patch) | |
tree | 83fb0e8d08e8580a7d43e33fb09c27886dc161b0 | |
parent | 16f1e1c10084cf4724f715a3d94bbf578b5403dd (diff) | |
download | pkgsrc-d5f7b51ec92c25b99756d73296211aa93a7babcc.tar.gz |
Move COMMENT to correct place.
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index fdd41e5c35d..0cc47de9a16 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/05 16:41:17 wiz Exp $ DISTNAME= linuxppc_lib-2000.q4.2 CATEGORIES= emulators @@ -13,11 +13,10 @@ DISTFILES= glibc-2.1.3-15f.ppc.rpm glib-1.2.8-3.ppc.rpm \ MAINTAINER= p99dreyf@criens.u-psud.fr HOMEPAGE= http://www.linuxppc.org/ +COMMENT= libraries to run Linux binaries on NetBSD/powerpc (includes X11) BUILD_DEPENDS+=rpm2pkg:../../pkgtools/rpm2pkg -COMMENT= libraries to run Linux binaries on NetBSD/powerpc (includes X11) - ONLY_FOR_PLATFORM= NetBSD-*-macppc NetBSD-*-powerpc NetBSD-*-prep \ NetBSD-*-bebox NetBSD-*-ofppc NetBSD-*-amigappc |