aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:45:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:45:24 +0000
commitb64acc87813cd14f5610cecd37bb98e52497b3fa (patch)
tree0faf780b9c220d321d19275c8bc2d96969ef6b46 /comms/hylafax
parent20eecd3dd64a3954ef578e933e07856b8dab8979 (diff)
downloadports-b64acc87813cd14f5610cecd37bb98e52497b3fa.tar.gz
ports-b64acc87813cd14f5610cecd37bb98e52497b3fa.zip
Notes
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 b07b14db4c8e..a49fcbd9de78 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>