diff options
author | garga <garga@FreeBSD.org> | 2010-09-15 02:30:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-15 02:30:17 +0800 |
commit | 3db16003922d6e76640e6025e3977b91c0e12c30 (patch) | |
tree | b387755d8a0e1f8c3e5285970dde0fb8f6848dfd /net/xsmbrowser | |
parent | f61ae79232ec77816d59927cf223380bc054be80 (diff) | |
download | freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.tar.gz freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.tar.zst freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.zip |
- Add optional SAMBA_PORT var and point it as default to net/samba34
- Bump necessary PORTREVISION
Diffstat (limited to 'net/xsmbrowser')
-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: |