diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-01 00:16:17 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-01 00:16:17 +0000 |
commit | aafa744d0fba9c50a8846ab406390c74cd0e9937 (patch) | |
tree | 0b5f943263f634afe19efd5071ecb8352ad341c5 /x11/lxpanel | |
parent | 3aec3f54bc19b2b50d8ea3bfb03e3d88d193fb6e (diff) |
Notes
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 10 | ||||
-rw-r--r-- | x11/lxpanel/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 5f6da669d513..df2c28fa5abd 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -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 diff --git a/x11/lxpanel/pkg-descr b/x11/lxpanel/pkg-descr index 6f38a6db506e..3025293a52cb 100644 --- a/x11/lxpanel/pkg-descr +++ b/x11/lxpanel/pkg-descr @@ -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 |