diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 05:50:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 05:50:43 +0800 |
commit | b8eecb829380aa5aabeb3996e2f722d79c3ababa (patch) | |
tree | ebf32d2e5600519a6b80d4c4055c40baaad9ca74 /textproc | |
parent | b334317f4c0d194fe3f74ca1d110667f70d6ea8b (diff) | |
download | freebsd-ports-gnome-b8eecb829380aa5aabeb3996e2f722d79c3ababa.tar.gz freebsd-ports-gnome-b8eecb829380aa5aabeb3996e2f722d79c3ababa.tar.zst freebsd-ports-gnome-b8eecb829380aa5aabeb3996e2f722d79c3ababa.zip |
BROKEN: Broken dependency
Diffstat (limited to 'textproc')
-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) && \ |