s/^\.elseif/.elif/
Approved by: kris
This commit is contained in:
parent
dd5c8b9f8c
commit
1564b3fc51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133247
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue