diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:41:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:41:31 +0000 |
commit | d0f8a510cbae579995b4b2e4a3169008db5f625a (patch) | |
tree | 5b50d3ba138462d6e418e69fde1fa52f87fd4070 /audio/openal/Makefile | |
parent | 8105dc5f71c951ab267c7e76d46e051533c5edbf (diff) | |
download | pkgsrc-d0f8a510cbae579995b4b2e4a3169008db5f625a.tar.gz |
bl3ify
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 2c81b91371f..d18c8865e6e 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/22 07:15:00 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/11 17:43:31 xtraeme Exp $ # DISTNAME= openal-20030724 @@ -13,7 +13,7 @@ COMMENT= 3D positional spatialized sound library WRKSRC= ${WRKDIR}/${DISTNAME}/linux GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_MAKEINFO= YES @@ -22,5 +22,5 @@ INFO_FILES= openal.info post-install: ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |