diff options
author | antoine <antoine@FreeBSD.org> | 2019-07-04 03:30:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-07-04 03:30:03 +0800 |
commit | c4bc8cf0de7402038017f4b20767798e1a49d490 (patch) | |
tree | be99bd0440e60888e1bce53f6aa85b3a2d224680 /security | |
parent | ac931a5bbd9569817c52ce905b525a3e6ad5779b (diff) | |
download | freebsd-ports-gnome-c4bc8cf0de7402038017f4b20767798e1a49d490.tar.gz freebsd-ports-gnome-c4bc8cf0de7402038017f4b20767798e1a49d490.tar.zst freebsd-ports-gnome-c4bc8cf0de7402038017f4b20767798e1a49d490.zip |
Switch back to non-legacy libs
Diffstat (limited to 'security')
-rw-r--r-- | security/sssd/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 0ed497f3b6fb..dddb1f6c2532 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -14,7 +14,10 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt \ - libldb.so:databases/ldb \ + libtalloc.so:devel/talloc \ + libtevent.so:devel/tevent \ + libtdb.so:databases/tdb \ + libldb.so:databases/ldb14 \ libcares.so:dns/c-ares \ libdbus-1.so:devel/dbus \ libdhash.so:devel/ding-libs \ @@ -24,18 +27,12 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libsasl2.so:security/cyrus-sasl2 \ libinotify.so:devel/libinotify \ libplds4.so:devel/nspr -BUILD_DEPENDS= talloc1>0:devel/talloc1 \ - tevent1>0:devel/tevent1 \ - tdb1>0:databases/tdb1 \ - xmlcatalog:textproc/libxml2 \ +BUILD_DEPENDS= xmlcatalog:textproc/libxml2 \ docbook-xsl>=1:textproc/docbook-xsl \ xsltproc:textproc/libxslt \ xmlcatmgr:textproc/xmlcatmgr \ krb5>=1.10:security/krb5 \ nsupdate:dns/bind-tools -RUN_DEPENDS= talloc1>0:devel/talloc1 \ - tevent1>0:devel/tevent1 \ - tdb1>0:databases/tdb1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ |