diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:38:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:38:19 +0000 |
commit | e87c652b1cf528da44a74d5fbe9bf6ed765693a8 (patch) | |
tree | 0496c3e754bc6cb8d4a62e24db1e9681dc101767 /net/scli | |
parent | f2285e9ab680ea79ba6b49d642edbc966d1e379e (diff) |
Notes
Diffstat (limited to 'net/scli')
-rw-r--r-- | net/scli/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile index 84c7a7daabec..30e33660c889 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ MAINTAINER= lyngbol@wheel.dk +BROKEN= "Cannot find libxml2 dependency" + LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |