summaryrefslogtreecommitdiff
path: root/emulators
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
parent83c70386e5f68ba900c5fc9b7e578732bb7bdf7c (diff)
downloadpkgsrc-1119a7d8bb8dcb6cd7c58af5c211bfcb7148b838.tar.gz
Fix typo.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/options.mk4
-rw-r--r--emulators/xmess/options.mk4
2 files changed, 4 insertions, 4 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
diff --git a/emulators/xmess/options.mk b/emulators/xmess/options.mk
index e8e4f28a1c1..6c2c7aa300b 100644
--- a/emulators/xmess/options.mk
+++ b/emulators/xmess/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/11/08 10:07:02 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/08 14:55:23 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.xmess
@@ -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