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/linneighborhood | |
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/linneighborhood')
-rw-r--r-- | net/linneighborhood/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile index 5a1d5fe835fb..dd208ad20dc7 100644 --- a/net/linneighborhood/Makefile +++ b/net/linneighborhood/Makefile @@ -7,14 +7,16 @@ PORTNAME= LinNeighborhood PORTVERSION= 0.6.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MASTER_SITES= http://www.bnro.de/~schmidjo/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ gui for browsing and mounting SMB filesystems -RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} + +SAMBA_PORT?= net/samba34 GNU_CONFIGURE= yes USE_GETTEXT= yes |