From 559077fa74bdf5b672b1358a22cd7cc8dfba9a61 Mon Sep 17 00:00:00 2001 From: petef Date: Mon, 22 Dec 2003 01:55:51 +0000 Subject: 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 Approved by: maintainer --- net/samba/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/samba') 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 -- cgit