diff options
Diffstat (limited to 'devel/libntlm/Makefile')
-rw-r--r-- | devel/libntlm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile index 4402106c68c..a04211dcd4d 100644 --- a/devel/libntlm/Makefile +++ b/devel/libntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/12/09 13:57:29 obache Exp $ +# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:02 joerg Exp $ # DISTNAME= libntlm-0.3.12 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://josefsson.org/libntlm/ COMMENT= Library that implement Microsoft's NTLM authentication +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes |