diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:45:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:45:24 +0000 |
commit | b64acc87813cd14f5610cecd37bb98e52497b3fa (patch) | |
tree | 0faf780b9c220d321d19275c8bc2d96969ef6b46 /comms | |
parent | 20eecd3dd64a3954ef578e933e07856b8dab8979 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 8 |
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> |