diff options
author | kris <kris@FreeBSD.org> | 2002-05-18 10:38:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-18 10:38:19 +0800 |
commit | c4b918d2a406f6d24ef1a5dc8ead898c34bce7ad (patch) | |
tree | 8bb212c869ec33f10084779357e7183209738b21 /net-mgmt/scli | |
parent | 2fa92a67b19b64be682a42dea3c45bc261c4e46e (diff) | |
download | freebsd-ports-gnome-c4b918d2a406f6d24ef1a5dc8ead898c34bce7ad.tar.gz freebsd-ports-gnome-c4b918d2a406f6d24ef1a5dc8ead898c34bce7ad.tar.zst freebsd-ports-gnome-c4b918d2a406f6d24ef1a5dc8ead898c34bce7ad.zip |
BROKEN: Cannot find libxml2 dependency
Diffstat (limited to 'net-mgmt/scli')
-rw-r--r-- | net-mgmt/scli/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index 84c7a7daabec..30e33660c889 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/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 |