diff options
Diffstat (limited to 'net/click')
-rw-r--r-- | net/click/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/click/Makefile b/net/click/Makefile index 45111680ece1..13a83b68e5e8 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -70,6 +70,10 @@ CONFDIR= ${PREFIX}/etc/click/conf BROKEN= "Does not compile on alpha 4.x" .endif +.if ${OSVERSION} >= 503001 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${STRIP_CMD} ${PREFIX}/bin/click @${STRIP_CMD} ${PREFIX}/bin/click-align |