diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 08:51:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 08:51:32 +0000 |
commit | c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3 (patch) | |
tree | 2d7ba0bcd8da2e2a5bbd9f42f0fe2c7c0fb044e2 /net/gsambad | |
parent | bc35fdde2e139bd19122d0b40e958d3c8ea936c5 (diff) | |
download | ports-c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3.tar.gz ports-c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3.zip |
Notes
Diffstat (limited to 'net/gsambad')
-rw-r--r-- | net/gsambad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile index b475f4917f37..a26f3dd99b87 100644 --- a/net/gsambad/Makefile +++ b/net/gsambad/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://mange.dynalias.org/linux/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Gtk2 Frontend for samba daemon +BROKEN= Does not fetch + RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 |