diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:01:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:01:32 +0800 |
commit | 6878559e3c69d005e4f6282a47f6dfb778425375 (patch) | |
tree | 19fd0bdb22bcbe6d047e17042feab5baec765e38 /net/click | |
parent | 6f018d49a39115dc3e736cea8242cd1c8db156d8 (diff) | |
download | freebsd-ports-gnome-6878559e3c69d005e4f6282a47f6dfb778425375.tar.gz freebsd-ports-gnome-6878559e3c69d005e4f6282a47f6dfb778425375.tar.zst freebsd-ports-gnome-6878559e3c69d005e4f6282a47f6dfb778425375.zip |
BROKEN on 5.x: Does not compile
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 |