diff options
Diffstat (limited to 'security/libntlm/Makefile')
-rw-r--r-- | security/libntlm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 94be87f45b1c..0a7abf4f443e 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -8,6 +8,7 @@ PORTNAME= libntlm PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> |