From 767c31eb59e31d50516d58399c555b75e2d5a16c Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Mar 2004 12:36:35 +0000 Subject: BROKEN on 4.x: Configure fails --- comms/hamfax/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms/hamfax/Makefile') diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index 34287f87543..f468b98eaee 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 +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Configure fails on 4.x" +.endif + +.include -- cgit