mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Remove OPTIONS_DEFAULT
- Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib - Change WWW Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
3aec3f54bc
commit
aafa744d0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335356
2 changed files with 6 additions and 6 deletions
|
@ -17,10 +17,10 @@ LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache
|
|||
RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data
|
||||
|
||||
OPTIONS_DEFINE= ALSA DOCS NLS
|
||||
OPTIONS_DEFAULT=
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-li
|
||||
ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-lib
|
||||
ALSA_CONFIGURE_ENABLE= alsa
|
||||
|
||||
NLS_USES= gettext
|
||||
|
@ -42,13 +42,13 @@ PORTDOCS= AUTHORS README
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,linux,sys,' \
|
||||
@${REINPLACE_CMD} -e 's|linux|sys|' \
|
||||
${WRKSRC}/src/plugins/volume/volume-impl.c
|
||||
@${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \
|
||||
@${REINPLACE_CMD} -e 's|$$(DATADIRNAME)/locale|share/locale|' \
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's,po man,man,' \
|
||||
@${REINPLACE_CMD} -e 's|po man|man|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ It's not only with fbpanel features but also
|
|||
* supports i18n
|
||||
* provides lxpanelctl to control lxpanel
|
||||
|
||||
WWW: http://lxpanel.sourceforge.net/
|
||||
WWW: http://wiki.lxde.org/en/LXPanel
|
||||
|
|
Loading…
Add table
Reference in a new issue