diff options
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} |