diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-25 16:50:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-25 16:50:12 +0000 |
commit | 8c6b78ad37d1c3d82b37f7b396ee614f70c66cb0 (patch) | |
tree | 7dd2b7193cce0d1ed3573cb78a0f94ced98de0fc | |
parent | 87ce9c2315a9d9c748196b978293d27993820e22 (diff) | |
download | ports-8c6b78ad37d1c3d82b37f7b396ee614f70c66cb0.tar.gz ports-8c6b78ad37d1c3d82b37f7b396ee614f70c66cb0.zip |
Notes
-rw-r--r-- | net/samba41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba41/Makefile b/net/samba41/Makefile index a4b3bfcd8c74..b45f4146d936 100644 --- a/net/samba41/Makefile +++ b/net/samba41/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --exec-prefix="${PREFIX}" \ # Flags CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" -USES= cpe compiler waf fakeroot pkgconfig perl5 python:2 \ +USES= cpe compiler waf pkgconfig perl5 python:2 \ execinfo readline iconv shebangfix USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} |