diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-08 14:54:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-08 14:54:18 +0000 |
commit | 9a60badc19b53d882465da9e74bf2f3377fa92db (patch) | |
tree | dd33fcece0d2ae47b180a479f7385c2ecccb93ce /emulators/xmess | |
parent | b2a6e10c298343588c027a722c35e77da3c7d949 (diff) | |
download | pkgsrc-9a60badc19b53d882465da9e74bf2f3377fa92db.tar.gz |
Fix typo.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |