From e6af723b427131278badc3dc020fee3cfef66d18 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Sep 2004 17:49:31 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- 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..ec415f8910d 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} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include -- cgit