diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-03 23:06:12 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-03 23:06:12 +0800 |
commit | 845458c061a457e772eb5275dd2cb26bf5e82a2e (patch) | |
tree | d58c7ff0111be53a361136c423a67226c00d79af /net/samba/Makefile | |
parent | b2524570ed600c8016ee87d15439d4bbcea86d2b (diff) | |
download | freebsd-ports-gnome-845458c061a457e772eb5275dd2cb26bf5e82a2e.tar.gz freebsd-ports-gnome-845458c061a457e772eb5275dd2cb26bf5e82a2e.tar.zst freebsd-ports-gnome-845458c061a457e772eb5275dd2cb26bf5e82a2e.zip |
Fix building with Winbind under 5.0.
PR: ports/50519
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
Approved by: maintainer
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index f04c6bc8a182..98f8dbc43b71 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -7,6 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ http://us4.samba.org/samba/ftp/%SUBDIR%/ \ |