diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | e6af723b427131278badc3dc020fee3cfef66d18 (patch) | |
tree | dc1bf7a770ac357f185dc978d61310d4d01b4bc4 /comms/hamfax | |
parent | 8d05912892b859574e72655b0987937be881b688 (diff) | |
download | FreeBSD-ports-e6af723b427131278badc3dc020fee3cfef66d18.zip FreeBSD-ports-e6af723b427131278badc3dc020fee3cfef66d18.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'comms/hamfax')
-rw-r--r-- | comms/hamfax/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index 34287f8..ec415f8 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} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |