diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:01:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:01:32 +0000 |
commit | beac9d9147578e49010905d90062a2c1eb5184ba (patch) | |
tree | febacbd0088f4085163d87c52c562b252d25681a /net/click/Makefile | |
parent | 91f43feee51d91488245565031f1f92843b068a6 (diff) |
Notes
Diffstat (limited to 'net/click/Makefile')
-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 |