diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-09-09 14:09:23 +0800 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-09-09 14:09:23 +0800 |
commit | d2a9aca60767f1d34ce1933eb451fc666a083f0c (patch) | |
tree | f8e9cf801b7858b4a06f6b1daaa1dea256024b13 /devel/cc65 | |
parent | 12350f4e2488c48fae98f67443a1d343bcd58b1a (diff) | |
download | freebsd-ports-gnome-d2a9aca60767f1d34ce1933eb451fc666a083f0c.tar.gz freebsd-ports-gnome-d2a9aca60767f1d34ce1933eb451fc666a083f0c.tar.zst freebsd-ports-gnome-d2a9aca60767f1d34ce1933eb451fc666a083f0c.zip |
Add an operator. This fixes the INDEX build.
Requested by: make(1)
Reported by: portsnap buildbox
Diffstat (limited to 'devel/cc65')
-rw-r--r-- | devel/cc65/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index a0ebc330aedc..84a5dca3bb7c 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -35,7 +35,7 @@ COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN does not compile +BROKEN= does not compile .endif post-patch: |