aboutsummaryrefslogtreecommitdiff
path: root/comms/hamfax
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 12:36:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 12:36:35 +0000
commit02a87edf103791ae33a357ca12db7a6538889d5e (patch)
tree0a39bb7577b9631a5a308efaeb18811ec9116425 /comms/hamfax
parenta05b77ad6ce3daad9ff52a77cde18031cafbbcae (diff)
downloadports-02a87edf103791ae33a357ca12db7a6538889d5e.tar.gz
ports-02a87edf103791ae33a357ca12db7a6538889d5e.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 34287f87543b..f468b98eaeee 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} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
+.include <bsd.port.post.mk>