From 3893122eb8a7d90a55d0d04529d4eb722ff71b1c Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 19 Sep 2004 02:55:51 +0000 Subject: BROKEN on 5.x: Broken by changes to make(1) Approved by: portmgr (self) --- net/openradius/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') 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 + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x" +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit