summaryrefslogtreecommitdiff
path: root/audio/openal/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-26 13:48:55 +0000
committerseb <seb@pkgsrc.org>2003-06-26 13:48:55 +0000
commit805bfc44c0b2064d227413aab8d29872871be720 (patch)
treed0423f40317d7c4657b7a13f16ed4df649f3143a /audio/openal/Makefile
parent29972175c2e78a74fa751f825e8ded544b6816fd (diff)
downloadpkgsrc-805bfc44c0b2064d227413aab8d29872871be720.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r--audio/openal/Makefile5
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"