diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 22:01:32 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 22:01:32 +0000 |
commit | 6878559e3c69d005e4f6282a47f6dfb778425375 (patch) | |
tree | 19fd0bdb22bcbe6d047e17042feab5baec765e38 /net | |
parent | 6f018d49a39115dc3e736cea8242cd1c8db156d8 (diff) | |
download | FreeBSD-ports-6878559e3c69d005e4f6282a47f6dfb778425375.zip FreeBSD-ports-6878559e3c69d005e4f6282a47f6dfb778425375.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net')
-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 4511168..13a83b6 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 |