diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-07 18:57:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-07 18:57:25 +0000 |
commit | afeb7b1dec86d09f1d8af14748b4bc2dd557bc32 (patch) | |
tree | a77a716c204c765cd46b7c5da86208cf956e5ab7 /comms/hamfax/Makefile | |
parent | 0925066a54f1cd8f7a7eb909dbff10dae4be044c (diff) | |
download | ports-afeb7b1dec86d09f1d8af14748b4bc2dd557bc32.tar.gz ports-afeb7b1dec86d09f1d8af14748b4bc2dd557bc32.zip |
Notes
Diffstat (limited to 'comms/hamfax/Makefile')
-rw-r--r-- | comms/hamfax/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index ec415f8910d9..34287f87543b 100644 --- a/comms/hamfax/Makefile +++ b/comms/hamfax/Makefile @@ -26,10 +26,4 @@ CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \ USE_GMAKE= yes USE_BZIP2= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |