summaryrefslogtreecommitdiff
path: root/audio/arts
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
commit10be91f19ed4852a8e4ba5341f7ace7b5a6458ca (patch)
tree4fb081562e1ae43a2da03a8efb1f4e90ed046d68 /audio/arts
parentMinor/cosmetic changes: (diff)
s/.elseif/.elif
Notes
Notes: svn path=/head/; revision=133163
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index b8035555f378..a5cec8ec6cc5 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -72,7 +72,7 @@ pre-configure:
${REINPLACE_CMD} \
-e 's|LIBS="-laudio $$LIBS"|LIBS="-laudio -lm -lXt -lXau $$LIBS"|g' \
${WRKSRC}/configure
-.elseif defined(WITHOUT_NAS)
+.elif defined(WITHOUT_NAS)
${REINPLACE_CMD} \
-e 's|ac_cv_lib_audio_AuOpenServer=yes|ac_cv_lib_audio_AuOpenServer=no|g' \
${WRKSRC}/configure