diff options
author | zeising <zeising@FreeBSD.org> | 2019-11-05 23:48:40 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-11-05 23:48:40 +0800 |
commit | df8b1c2f36215fab7d1d879d853e9c2eafa9e754 (patch) | |
tree | d034fed1dcf7a30f93cc657393a36b54fdca2c7b /editors/yudit | |
parent | f9500cac3c9a0502f2e51a1b06a8f12548387e96 (diff) | |
download | freebsd-ports-gnome-df8b1c2f36215fab7d1d879d853e9c2eafa9e754.tar.gz freebsd-ports-gnome-df8b1c2f36215fab7d1d879d853e9c2eafa9e754.tar.zst freebsd-ports-gnome-df8b1c2f36215fab7d1d879d853e9c2eafa9e754.zip |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 5b776c139ac4..d362338e2eca 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -12,8 +12,8 @@ COMMENT= Multi-lingual Unicode text editor with TTF support CONFLICTS= netatalk-[0-9]* +USES= gmake xorg USE_XORG= x11 -USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |