diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index afb23fd5460a..996702a32827 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -1,19 +1,20 @@ PORTNAME= libntlm PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= https://www.nongnu.org/libntlm/releases/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library that implement Microsoft's NTLM authentication WWW= https://www.nongnu.org/libntlm/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes + CPE_VENDOR= nongnu .include