diff options
-rw-r--r-- | palm/prc-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 3a64997621cd..57f86123617e 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -68,6 +68,10 @@ CFLAGS:= ${CFLAGS:C/-m[-=0-9a-z]*//g} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not configure +.endif + post-extract: @(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}.tar.gz ${EXTRACT_AFTER_ARGS}) |