diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/samba4 | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) | |
download | ports-33915fc265aa96a6f8ef355401b4fd1d15adb450.tar.gz ports-33915fc265aa96a6f8ef355401b4fd1d15adb450.zip |
Notes
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index a83277ccdcc9..e2d2739b19cd 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -67,11 +67,11 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LDFLAGS="${PTHREAD_LIBS}" USE_PYTHON_BUILD= -2.7 -USE_PERL5_BUILD= yes +USE_PERL5= build USE_GCC= 4.2+ USE_PYTHON= yes -USES= pkgconfig gettext iconv +USES= pkgconfig gettext iconv perl5 USE_LDCONFIG= ${SAMBA4_LIBDIR} PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig |