summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-08 14:54:18 +0000
committerwiz <wiz>2004-11-08 14:54:18 +0000
commit1119a7d8bb8dcb6cd7c58af5c211bfcb7148b838 (patch)
treedd33fcece0d2ae47b180a479f7385c2ecccb93ce /emulators/xmame
parent83c70386e5f68ba900c5fc9b7e578732bb7bdf7c (diff)
downloadpkgsrc-1119a7d8bb8dcb6cd7c58af5c211bfcb7148b838.tar.gz
Fix typo.
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/options.mk b/emulators/xmame/options.mk
index 0f9f4787fd8..94061a9e39d 100644
--- a/emulators/xmame/options.mk
+++ b/emulators/xmame/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/11/08 10:03:41 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/08 14:54:18 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.xmame
@@ -21,5 +21,5 @@ PKG_SKIP_REASON+= "Only one display method is allowed."
.if !empty(PKG_OPTIONS:Mesound)
MAKE_FLAGS+= SOUND_ESOUND=1
-.inclUde "../../audio/esound/buildlink3.mk"
+.include "../../audio/esound/buildlink3.mk"
.endif