1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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
This commit is contained in:
Pete Fritchman 2003-12-22 01:55:51 +00:00
parent 94d00176f6
commit dd36ffc964
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96396

View File

@ -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