diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-09 21:04:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-09 21:04:39 +0000 |
commit | 6ad6aef9d4240375ff81bbdfb613f6b3fdd2faba (patch) | |
tree | f87e95c02a219bc3786c1a519db6403762b9404b /emulators/snes9x | |
parent | 15364f04664738e576366a6974c30455daf6dd48 (diff) | |
download | pkgsrc-6ad6aef9d4240375ff81bbdfb613f6b3fdd2faba.tar.gz |
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 9f30c018074..6ce14971644 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/03/09 21:04:43 jlam Exp $ DISTNAME= s9xs139 PKGNAME= snes9x-1.39 @@ -67,7 +67,7 @@ MAKE_ENV+= USBHID_H=1 .endif .endif -.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |