mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a571c07ffb
causes OPTIONS menu to be shown up multiple times. As a side effect we have to make openldap24-client and openldap24-sasl-client which we do not have a better solution at this time. Submitted by: bapt (mostly)
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap24-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|