diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:30:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:30:17 +0000 |
commit | 65cd32c3a96c274dee77e39d1fc91b92b850a8c4 (patch) | |
tree | 2ae6de058230492b8081ea6658e838ea6c85a218 /net/xsmbrowser/Makefile | |
parent | a989fcb6b8e0755bf92df43d5058a28ed786dc04 (diff) |
Notes
Diffstat (limited to 'net/xsmbrowser/Makefile')
-rw-r--r-- | net/xsmbrowser/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/xsmbrowser/Makefile b/net/xsmbrowser/Makefile index f407133e7699..47859c398c01 100644 --- a/net/xsmbrowser/Makefile +++ b/net/xsmbrowser/Makefile @@ -7,17 +7,19 @@ PORTNAME= xsmbrowser PORTVERSION= 3.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \ http://mirror.uni-c.dk/gentoo/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Tcl/Tk port of Windows' Network Neighborhood +COMMENT= Tcl/Tk port of Windows Network Neighborhood -RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 \ +RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} \ ${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect +SAMBA_PORT?= net/samba34 + USE_PERL5_BUILD=yes do-build: |