summaryrefslogtreecommitdiff
path: root/devel/libntlm
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libntlm')
-rw-r--r--devel/libntlm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile
index e7123551358..842fbe39b1c 100644
--- a/devel/libntlm/Makefile
+++ b/devel/libntlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/22 23:45:22 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/10 20:56:15 jlam Exp $
#
DISTNAME= libntlm-0.3.7
@@ -9,11 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://josefsson.org/libntlm/
COMMENT= Library that implement Microsoft's NTLM authentication
+USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
PKGCONFIG_OVERRIDE+= libntlm.pc.in
-.include "../../devel/pkg-config/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"