diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 60089423a88..4255265980a 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/02 11:53:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/26 13:48:55 seb Exp $ # DISTNAME= openal-20030125 @@ -17,11 +17,12 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= openal.info post-install: ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info .include "../../mk/pthread.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |