aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hylafax
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:45:24 +0800
committerkris <kris@FreeBSD.org>2004-09-19 01:45:24 +0800
commit8d05912892b859574e72655b0987937be881b688 (patch)
tree9977ad817586e61154a9491e50376b71f8188890 /comms/hylafax
parent773be81c1afd2fed991100ecad55c48a8fdccca7 (diff)
downloadfreebsd-ports-graphics-8d05912892b859574e72655b0987937be881b688.tar.gz
freebsd-ports-graphics-8d05912892b859574e72655b0987937be881b688.tar.zst
freebsd-ports-graphics-8d05912892b859574e72655b0987937be881b688.zip
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index b07b14db4c8..a49fcbd9de7 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -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>