diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /palm/prc-tools | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Notes
Diffstat (limited to 'palm/prc-tools')
-rw-r--r-- | palm/prc-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 1e58b4b4211e..ee675fc4ccd8 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -22,14 +22,13 @@ EXTRACT_ONLY= binutils-2.14.tar.bz2 gdb-5.3.tar.bz2 gcc-2.95.3.tar.bz2 \ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools supporting C and C++ programming for Palm OS -BUILD_DEPENDS= ${LOCALBASE}/bin/autoheader:${PORTSDIR}/devel/autoconf - BROKEN= "Incorrect pkg-plist" # it is unknown whether it could actually be made to work elsewhere, # but right now it does not. ONLY_FOR_ARCHS= i386 +WANT_AUTOCONF_VER=253 USE_BZIP2= YES USE_BISON= YES USE_GMAKE= YES |