diff options
author | garga <garga@FreeBSD.org> | 2010-10-01 00:39:36 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-01 00:39:36 +0800 |
commit | f361b1ec7a4d7ffc2c73f301a3bd37103cc93fd2 (patch) | |
tree | e5e1f49f0fd4616825b796a99182673b8eb83b89 /net | |
parent | 0c795ecb6a0a8bc379e5683e71900e259cce7380 (diff) | |
download | freebsd-ports-gnome-f361b1ec7a4d7ffc2c73f301a3bd37103cc93fd2.tar.gz freebsd-ports-gnome-f361b1ec7a4d7ffc2c73f301a3bd37103cc93fd2.tar.zst freebsd-ports-gnome-f361b1ec7a4d7ffc2c73f301a3bd37103cc93fd2.zip |
Change default samba dependency version to 3.4
PR: ports/150573
Submitted by: garga@
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'net')
-rw-r--r-- | net/jags/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/jags/Makefile b/net/jags/Makefile index 7db025b4115c..b8b46e4a0524 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -7,14 +7,16 @@ PORTNAME= jags PORTVERSION= 0.22.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= JAGS - Just Another GTK+ Samba Client -RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} + +SAMBA_PORT?= net/samba34 CONFLICTS= jags-1.* |