diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 20:56:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 20:56:37 +0000 |
commit | 7e0348f9d98123afe27cd2f5f76fca2e4d8b4244 (patch) | |
tree | 16a895913bb55e7267f4110b220c4bef143a2f91 /security/libntlm/Makefile | |
parent | a94e59b6b5ee3cf4a9df592e78ed2f54903c305b (diff) | |
download | ports-7e0348f9d98123afe27cd2f5f76fca2e4d8b4244.tar.gz ports-7e0348f9d98123afe27cd2f5f76fca2e4d8b4244.zip |
Notes
Diffstat (limited to 'security/libntlm/Makefile')
-rw-r--r-- | security/libntlm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index bc3339b57cbc..78ed0fa1e5cb 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -7,17 +7,15 @@ # PORTNAME= libntlm -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.4.2 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication -USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes .include <bsd.port.mk> |