diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 21:50:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 21:50:43 +0000 |
commit | b8eecb829380aa5aabeb3996e2f722d79c3ababa (patch) | |
tree | ebf32d2e5600519a6b80d4c4055c40baaad9ca74 /textproc/xalan-c | |
parent | b334317f4c0d194fe3f74ca1d110667f70d6ea8b (diff) | |
download | FreeBSD-ports-b8eecb829380aa5aabeb3996e2f722d79c3ababa.zip FreeBSD-ports-b8eecb829380aa5aabeb3996e2f722d79c3ababa.tar.gz |
BROKEN: Broken dependency
Diffstat (limited to 'textproc/xalan-c')
-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 97a6648..3e611e3 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) && \ |