diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:09:49 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:19:37 +0000 |
commit | fef08424b455b7ba1aa7dfa3c9110d49e52209d3 (patch) | |
tree | 617fbe9f59c1634f3910ebb0189b8aff98b0f8ae | |
parent | 6f8939d3944a3317f11250e79d183abd90b7360c (diff) | |
download | ports-fef08424b455b7ba1aa7dfa3c9110d49e52209d3.tar.gz ports-fef08424b455b7ba1aa7dfa3c9110d49e52209d3.zip |
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)
-rw-r--r-- | net/proftpd-mod_ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |