diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-01-07 00:25:54 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-01-07 00:25:54 +0800 |
commit | 5a4973bd34cbede4aee23b52ffe0f7b75ca3e2fe (patch) | |
tree | a67e9b8b29f42c406fe3b342db71b44b1ace1558 /x11-wm/xfce4 | |
parent | 2bc3047feff4c6a3363bedc9ac2d3555104135cb (diff) | |
download | freebsd-ports-gnome-5a4973bd34cbede4aee23b52ffe0f7b75ca3e2fe.tar.gz freebsd-ports-gnome-5a4973bd34cbede4aee23b52ffe0f7b75ca3e2fe.tar.zst freebsd-ports-gnome-5a4973bd34cbede4aee23b52ffe0f7b75ca3e2fe.zip |
Bump PORTREVISION due to new name of Xfce's terminal.
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 3d77563ed920..6dff33f14424 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce PORTVERSION= 4.10 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty @@ -59,7 +60,7 @@ RUN_DEPENDS+= mousepad:${PORTSDIR}/editors/mousepad .endif .if ${PORT_OPTIONS:MTERMINAL} -RUN_DEPENDS+= Terminal:${PORTSDIR}/x11/Terminal +RUN_DEPENDS+= xfce4-terminal:${PORTSDIR}/x11/xfce4-terminal .endif .if ${PORT_OPTIONS:MAPPFINDER} |