aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-12-22 09:55:51 +0800
committerpetef <petef@FreeBSD.org>2003-12-22 09:55:51 +0800
commit559077fa74bdf5b672b1358a22cd7cc8dfba9a61 (patch)
tree841700627d0ecb0a19084c0de7a0208f50b84766 /net/samba
parent80d0fdf576b640037a44054876c958bcb22a7eba (diff)
downloadfreebsd-ports-gnome-559077fa74bdf5b672b1358a22cd7cc8dfba9a61.tar.gz
freebsd-ports-gnome-559077fa74bdf5b672b1358a22cd7cc8dfba9a61.tar.zst
freebsd-ports-gnome-559077fa74bdf5b672b1358a22cd7cc8dfba9a61.zip
Register a LIB_DEPENDS on libpopt. To quote the PR:
Samba's ./configure will automatically pull in the system popt if popt is installed when Samba (as port) is compiled, without registering it as a dependency. This means popt can later be removed without complaint, but this may break Samba. PR: 59990 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 3dabd9cf9387..4d4bee75cb10 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -111,6 +111,8 @@ CONFIGURE_ARGS+= --with-utmp
CONFIGURE_ARGS+= --with-msdfs
.endif
+LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt
+
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
CONFIGURE_ARGS+= --with-ldapsam