diff options
author | jlam <jlam> | 2006-03-09 21:04:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-09 21:04:39 +0000 |
commit | e950e3ba8094f33eefaa86d2a044be661d5d3a57 (patch) | |
tree | f87e95c02a219bc3786c1a519db6403762b9404b /x11/wxGTK | |
parent | 96c8a765438a55621f49a9c30c7c51a5a4b8d947 (diff) | |
download | pkgsrc-e950e3ba8094f33eefaa86d2a044be661d5d3a57.tar.gz |
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r-- | x11/wxGTK/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index 8639bf474a2..c7a82c47107 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/02/05 23:11:44 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2006/03/09 21:04:46 jlam Exp $ # .include "Makefile.common" @@ -11,5 +11,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE .include "../../graphics/glu/buildlink3.mk" -.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |