diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-03-18 23:42:22 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-03-18 23:42:22 +0800 |
commit | e122a29f2c0ec6a9b60e391d58266356e6ca3272 (patch) | |
tree | dea5d6881d00bef90ab68ee3f93544affd004f5a /x11/Makefile | |
parent | 42e5f93eecf9226c709cc68d67aebc0f170425f5 (diff) | |
download | freebsd-ports-gnome-e122a29f2c0ec6a9b60e391d58266356e6ca3272.tar.gz freebsd-ports-gnome-e122a29f2c0ec6a9b60e391d58266356e6ca3272.tar.zst freebsd-ports-gnome-e122a29f2c0ec6a9b60e391d58266356e6ca3272.zip |
Add `x11/dmenu2', a fork of classic dmenu with many enhancements and
additional options.
While original upstream is https://bitbucket.org/melek/dmenu2, prefer
more up-to-date GitHub repo which was forked from it (and because of
our nice USE_GITHUB support for fetching the distfiles).
PR: 209391
Submitted by: Timothy Beyer
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index ae7a115db764..583629b43fba 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -45,6 +45,7 @@ SUBDIR += deskpaint SUBDIR += dgs SUBDIR += dmenu + SUBDIR += dmenu2 SUBDIR += dmxproto SUBDIR += docker-tray SUBDIR += dri2proto |