diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /graphics/kxstitch | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) | |
download | freebsd-ports-be6c15b5c6de864408ba3f414a57f20ff622a2d0.zip |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'graphics/kxstitch')
-rw-r--r-- | graphics/kxstitch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index fc757fa89931..562296e2085e 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -12,7 +12,8 @@ COMMENT= Cross stitch pattern editor LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 \ libMagickCore-6.so:graphics/ImageMagick6 -USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ + xorg USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ i18n itemviews jobwidgets kio service solid sonnet textwidgets \ widgetsaddons xmlgui |