1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

BROKEN on 5.x: Configure fails

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 17:45:24 +00:00
parent 20eecd3dd6
commit b64acc8781
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118242

View File

@ -71,6 +71,12 @@ MAN8= cqtest.8c choptest.8c dialtest.8c faxabort.8c faxaddmodem.8c \
SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
pre-extract:
@if [ -d /var/db/pkg/tiff-3.6.1 ]; then \
${ECHO_MSG} ""; \
@ -100,4 +106,4 @@ post-install:
fi
@${SED} 's^/usr/local^${PREFIX}^g' < ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>