diff options
author | vs <vs@FreeBSD.org> | 2004-08-16 17:51:42 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-16 17:51:42 +0800 |
commit | 69381d34c3ab5281abb3ed4eb8179c7148076648 (patch) | |
tree | 858151b8f46470eff0e1e7c63e0c752942079625 /x11-wm | |
parent | 0d076c884163e9991f14582604047288bf722c59 (diff) | |
download | freebsd-ports-gnome-69381d34c3ab5281abb3ed4eb8179c7148076648.tar.gz freebsd-ports-gnome-69381d34c3ab5281abb3ed4eb8179c7148076648.tar.zst freebsd-ports-gnome-69381d34c3ab5281abb3ed4eb8179c7148076648.zip |
Use shells/bash instead of shells/bash2 for RUN_DEPENDS.
PR: ports/70436
Submitted by: Roman Bogorodskiy (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/genmenu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/genmenu/Makefile b/x11-wm/genmenu/Makefile index 4d6bc79dada4..cadd99af05ab 100644 --- a/x11-wm/genmenu/Makefile +++ b/x11-wm/genmenu/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://gtk.no/archive/genmenu/ MAINTAINER= bogorodskiy@inbox.ru COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash PLIST_FILES= bin/genmenu USE_REINPLACE= yes |