diff options
Diffstat (limited to 'databases/openldap-smbk5pwd/Makefile')
-rw-r--r-- | databases/openldap-smbk5pwd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile index ce4015fa6d2..e74cc6e2486 100644 --- a/databases/openldap-smbk5pwd/Makefile +++ b/databases/openldap-smbk5pwd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/12/04 03:51:15 marino Exp $ +# $NetBSD: Makefile,v 1.22 2016/12/12 14:22:02 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/} PKGREVISION= 2 @@ -34,5 +34,4 @@ MAKE_ENV+= EXTRA_LIBS=${LIBS:M*:Q} .include "../../databases/openldap/Makefile.common" .include "../../databases/openldap-client/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |