diff options
author | wg <wg@FreeBSD.org> | 2013-06-21 00:36:11 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-21 00:36:11 +0800 |
commit | f2fc098c3e5c6b9bbaf0083817c98e40827c3256 (patch) | |
tree | f04d9523dad9401e83fd15e8aa81c5dd18a59dcc /x11/lxpanel | |
parent | b24fba4fde15b4ba301ff8425d125e983e0e33c9 (diff) | |
download | freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.tar.gz freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.tar.zst freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.zip |
x11/menu-cache: update to 0.4.1
- Update to 0.4.1 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter [1]
- Bump PORTREVISION of dependent ports
PR: ports/179711 [1]
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index e6d96e97e04d..0e8e660d4ce3 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -3,13 +3,14 @@ PORTNAME= lxpanel PORTVERSION= 0.5.12 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Lightweight X11 desktop panel -LIB_DEPENDS= menu-cache.1:${PORTSDIR}/x11/menu-cache +LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data OPTIONS_DEFINE= ALSA NLS |