diff options
author | markd <markd@pkgsrc.org> | 2006-02-04 12:04:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-02-04 12:04:02 +0000 |
commit | dc1f8663d098faf870d310e236f5903b8bf34e0f (patch) | |
tree | b391e720d105acc03c0dcbda0a85a84809e63b11 /devel/libidn | |
parent | 3eb18a0b98bba429de96aa5275ebc488e0afa082 (diff) | |
download | pkgsrc-dc1f8663d098faf870d310e236f5903b8bf34e0f.tar.gz |
Uses makeinfo.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 234bb7e147e..5cfe40bf898 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/01/26 15:33:30 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/02/04 12:04:02 markd Exp $ DISTNAME= libidn-0.6.1 CATEGORIES= devel @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check +USE_MAKEINFO= yes INFO_FILES= libidn.info .include "../../converters/libiconv/buildlink3.mk" |