In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
17 lines
395 B
Makefile
17 lines
395 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases gnome
|
|
PKGNAMESUFFIX= 5-ldap
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Provides ldap access for the libgda5 library
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgda5
|
|
BUILD_WRKSRC= ${WRKSRC}/providers/ldap/
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIBGDA5_SLAVE= ldap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|