git: fef08424b455 - main - net/proftpd-mod_ldap: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Fri Sep 3 09:32:30 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fef08424b455b7ba1aa7dfa3c9110d49e52209d3
commit fef08424b455b7ba1aa7dfa3c9110d49e52209d3
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 09:09:49 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:37 +0000
net/proftpd-mod_ldap: Add CPE information
USES=cpe was removed per default in the master port so add it here now.
Approved by: portmgr (blanket)
---
net/proftpd-mod_ldap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/proftpd-mod_ldap/Makefile b/net/proftpd-mod_ldap/Makefile
index 73199ccbc4c4..888eb2dd9cd2 100644
--- a/net/proftpd-mod_ldap/Makefile
+++ b/net/proftpd-mod_ldap/Makefile
@@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
USE_OPENLDAP= yes
-USES= ssl
+USES= cpe ssl
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
More information about the dev-commits-ports-all
mailing list