diff options
Diffstat (limited to 'net/openradius/Makefile')
-rw-r--r-- | net/openradius/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 29e2123052b3..4ed588a27f1f 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -22,7 +22,13 @@ CC ?= gcc CXX ?= g++ USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x" +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |