diff options
author | kmoore <kmoore@FreeBSD.org> | 2010-09-30 23:43:25 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2010-09-30 23:43:25 +0800 |
commit | 22626ba77cf77d23c675b88a639d7524e0d4d21f (patch) | |
tree | 7b3b5d8b2716771b5cc627dff931517a87f83eb4 /x11 | |
parent | 8501f97724ca2197411f849c92348ddd20a887da (diff) | |
download | freebsd-ports-gnome-22626ba77cf77d23c675b88a639d7524e0d4d21f.tar.gz freebsd-ports-gnome-22626ba77cf77d23c675b88a639d7524e0d4d21f.tar.zst freebsd-ports-gnome-22626ba77cf77d23c675b88a639d7524e0d4d21f.zip |
- Bump PORTREV and link in building some new LXDE related ports.
Grab maintainership while here.
Approved by: Outgoing maintainer <sahne@0x90.at>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxde-meta/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/lxde-meta/Makefile b/x11/lxde-meta/Makefile index 74a1cf0eae58..0d76305cdb63 100644 --- a/x11/lxde-meta/Makefile +++ b/x11/lxde-meta/Makefile @@ -7,20 +7,23 @@ PORTNAME= lxde-meta PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= #none DISTFILES= #none -MAINTAINER= sahne@0x90.at +MAINTAINER= kmoore@freebsd.org COMMENT= The "meta-port" of the LXDE desktop slimmed down for FreeBSD releases RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox \ lxsession:${PORTSDIR}/x11-wm/lxsession \ lxpanel:${PORTSDIR}/x11/lxpanel \ + lxinput:${PORTSDIR}/sysutils/lxinput \ lxtask:${PORTSDIR}/sysutils/lxtask \ + lxterminal:${PORTSDIR}/sysutils/lxterminal \ pcmanfm:${PORTSDIR}/x11-fm/pcmanfm \ gpicview:${PORTSDIR}/graphics/gpicview \ + lxde-icon-theme>=0:${PORTSDIR}/x11-themes/lxde-icon-theme \ lxde-common>=0:${PORTSDIR}/misc/lxde-common DESCR= ${.CURDIR}/pkg-descr |