diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 06:30:36 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 06:30:36 +0000 |
commit | 2dbcfeefc947d3ed0f0509a340b77dfb0633c7f8 (patch) | |
tree | 8a638cdd82723e6ac4c8e2e5851e084fbe4b7d52 | |
parent | update devel/p5-SDL: (diff) |
It's been several months since I took maintainership of this
port and I still haven't done anything with it. Perhaps
someone else will pick it up.
While here, mark as only for i386, as it does not configure
on the other architectures. I don't know how much work it
would take.
PR: 54305
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=84566
-rw-r--r-- | palm/prc-tools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 183467d52b29..dd6208615079 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -16,11 +16,15 @@ DISTFILES= ${DISTNAME}.tar.gz \ binutils-2.12.1.tar.bz2 gdb-5.0.tar.bz2 gcc-2.95.3.tar.bz2 EXTRACT_ONLY= binutils-2.12.1.tar.bz2 gdb-5.0.tar.bz2 gcc-2.95.3.tar.bz2 -MAINTAINER= linimon@lonesome.com +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools supporting C and C++ programming for Palm OS BUILD_DEPENDS= ${LOCALBASE}/bin/autoheader:${PORTSDIR}/devel/autoconf +# it is unknown whether it could actually be made to work elsewhere, +# but right now it does not. +ONLY_FOR_ARCHS= i386 + USE_BZIP2= YES USE_BISON= YES USE_GMAKE= YES |