diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
commit | b4f4d38cda284d4322386d518d01a1032ed14ddc (patch) | |
tree | 2ba12c15c9bd2ffd904012b6f31d3d69691ff59f /sysutils/hoz | |
parent | 27eb1ce7279efcb3aa28bc0e0611e80dce79fc5b (diff) | |
download | ports-b4f4d38cda284d4322386d518d01a1032ed14ddc.tar.gz ports-b4f4d38cda284d4322386d518d01a1032ed14ddc.zip |
Notes
Diffstat (limited to 'sysutils/hoz')
-rw-r--r-- | sysutils/hoz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/hoz/Makefile b/sysutils/hoz/Makefile index ba729953dde2..8d04af74b960 100644 --- a/sysutils/hoz/Makefile +++ b/sysutils/hoz/Makefile @@ -27,6 +27,7 @@ LANG_EN_DESC= language support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} +USES+= gnome USE_GNOME+= gtk20 .endif |