diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 97a66484904a..3e611e30e3a4 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -100,6 +100,8 @@ STRIP= .if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" +.else +BROKEN= "Broken dependency" .endif .if defined(ARCH) && \ |