aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hamfax/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 20:36:35 +0800
committerkris <kris@FreeBSD.org>2004-03-18 20:36:35 +0800
commit767c31eb59e31d50516d58399c555b75e2d5a16c (patch)
treebe21fed8e255baa367d50782d1daf1e252525bba /comms/hamfax/Makefile
parentd6e27d8467e904f91aedf9a934a442cf444dab04 (diff)
downloadfreebsd-ports-graphics-767c31eb59e31d50516d58399c555b75e2d5a16c.tar.gz
freebsd-ports-graphics-767c31eb59e31d50516d58399c555b75e2d5a16c.tar.zst
freebsd-ports-graphics-767c31eb59e31d50516d58399c555b75e2d5a16c.zip
BROKEN on 4.x: Configure fails
Diffstat (limited to 'comms/hamfax/Makefile')
-rw-r--r--comms/hamfax/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
+.include <bsd.port.post.mk>