diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-03 11:48:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-03 11:48:22 +0000 |
commit | 67b6ef7b739005d98faee33a6325f9e587fb9e6d (patch) | |
tree | 6b60c1283b07484740119eaecdcf35ee594e51de /net/samba-pdbsql | |
parent | 61db41277a419fd66c46b7aec9f21a27935018d3 (diff) | |
download | ports-67b6ef7b739005d98faee33a6325f9e587fb9e6d.tar.gz ports-67b6ef7b739005d98faee33a6325f9e587fb9e6d.zip |
Notes
Diffstat (limited to 'net/samba-pdbsql')
-rw-r--r-- | net/samba-pdbsql/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile index 25cf0313417e..f1d2636aa84c 100644 --- a/net/samba-pdbsql/Makefile +++ b/net/samba-pdbsql/Makefile @@ -19,6 +19,9 @@ COMMENT= Multiplexor, MySQL and PostgeSQL passdb backends for Samba3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +# Add a build dependency for Samba port +USE_AUTOTOOLS= autoconf:259 autoheader:259 + SAMBA_PORT= net/samba3 SAMBA_VERSION= 3.0.23 |