1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Per maintainer, needs gcc2.95 to run, which means that there is no

point building it on the 64-bit archs.  Note: this does not (yet)
fix the plist errors that I see.
This commit is contained in:
Mark Linimon 2004-02-10 20:57:22 +00:00
parent 31ba264b14
commit 053b1e444c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100595

View File

@ -34,7 +34,8 @@ PLIST_SUB= WITH_EXAMPLES=""
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
USE_GCC=2.95
USE_GCC= 2.95
NOT_FOR_ARCHS= amd64 sparc64 ia64
.endif
.ifndef (WITH_EXAMPLES)