diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:50:43 +0000 |
commit | 2079c91eb8d8b8fc34ff541248ad6d8d434a74b7 (patch) | |
tree | b821cd4c2448a9f191e2b3aed5ba1b05857d492a /textproc | |
parent | 6ec2397837eb7d79be57e61ea5fb53eca06b3335 (diff) | |
download | ports-2079c91eb8d8b8fc34ff541248ad6d8d434a74b7.tar.gz ports-2079c91eb8d8b8fc34ff541248ad6d8d434a74b7.zip |
Notes
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) && \ |