s/^\.elseif/.elif/

Approved by:	kris
This commit is contained in:
Hartmut Brandt 2005-04-13 15:14:43 +00:00
parent dd5c8b9f8c
commit 1564b3fc51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133247

View file

@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.if defined(WITH_LIBXINE)
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.elseif defined(WITH_MPLAYER)
.elif defined(WITH_MPLAYER)
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer
CONFIGURE_ARGS+= --enable-mplayer
.endif