aboutsummaryrefslogtreecommitdiffstats
path: root/net/fpc-ldap
diff options
context:
space:
mode:
Diffstat (limited to 'net/fpc-ldap')
-rw-r--r--net/fpc-ldap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/fpc-ldap/Makefile b/net/fpc-ldap/Makefile
index ef1482a4d990..9061a7c11fd9 100644
--- a/net/fpc-ldap/Makefile
+++ b/net/fpc-ldap/Makefile
@@ -12,11 +12,12 @@ USE_FPC= hash
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= OPENLDAP
OPENLDAP_DESC= Install OpenLDAP libraries
OPTIONS_DEFAULT= OPENLDAP
-NO_STAGE= yes
+OPENLDAP_USE= OPENLDAP=yes
+
.include "${MASTERDIR}/Makefile"