aboutsummaryrefslogtreecommitdiff
path: root/comms/hamfax
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 10:56:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 10:56:19 +0000
commit6ed93f468b600e57b1acb63a96ccc703f571f7d4 (patch)
treebfda39d6923f884ac9fc5c4dc111f293cdcd4c59 /comms/hamfax
parentde896e54e905f48e145bdfa19cf290671bea2a0e (diff)
downloadports-6ed93f468b600e57b1acb63a96ccc703f571f7d4.tar.gz
ports-6ed93f468b600e57b1acb63a96ccc703f571f7d4.zip
Notes
Diffstat (limited to 'comms/hamfax')
-rw-r--r--comms/hamfax/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile
index f4c2f84c92a9..1559da9138d8 100644
--- a/comms/hamfax/Makefile
+++ b/comms/hamfax/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
USE_GMAKE= yes
USE_BZIP2= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>