diff options
author | petef <petef@FreeBSD.org> | 2003-12-22 09:55:51 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-12-22 09:55:51 +0800 |
commit | 559077fa74bdf5b672b1358a22cd7cc8dfba9a61 (patch) | |
tree | 841700627d0ecb0a19084c0de7a0208f50b84766 /net | |
parent | 80d0fdf576b640037a44054876c958bcb22a7eba (diff) | |
download | freebsd-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')
-rw-r--r-- | net/samba/Makefile | 2 |
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 |