diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /devel/libntlm/Makefile | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
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 |