diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 13:38:31 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 13:38:31 +0000 |
commit | ac0c66347b0983f4f405b47979772cca506e8590 (patch) | |
tree | e94ef11edddff02ff9a9aefb6f4f8aa6a725538e /net/libIDL/Makefile | |
parent | c2556ad76fe2409f27a17e7954810b19b30c50e0 (diff) | |
download | pkgsrc-ac0c66347b0983f4f405b47979772cca506e8590.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'net/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 9dd013f67b8..ac8fca6f7cf 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:51:19 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/04 13:38:31 seb Exp $ # DISTNAME= libIDL-0.8.0 @@ -16,10 +16,11 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libIDL-2.0.pc.in +USE_NEW_TEXINFO= YES +INFO_FILES= libIDL2.info .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |