diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net/samba45/Makefile | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'net/samba45/Makefile')
-rw-r--r-- | net/samba45/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba45/Makefile b/net/samba45/Makefile index 5dbd244ed5be..7473bac31820 100644 --- a/net/samba45/Makefile +++ b/net/samba45/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}45 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --mandir="${MANPREFIX}/man" \ # Flags CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" -USES= cpe compiler waf pkgconfig perl5 python:2 \ +USES= cpe compiler waf pkgconfig perl5 python:2.7 \ readline iconv shebangfix USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} |