diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
commit | 428fac4e1c522537e461b850cc93550d4fcf37e7 (patch) | |
tree | 22c9f25e11cf4cd378611c48424547929b95fba3 /sysutils/logstalgia | |
parent | b1977b079cfa346735bab7f33a9f0f5d573f09c5 (diff) | |
download | freebsd-ports-428fac4e1c522537e461b850cc93550d4fcf37e7.zip |
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'sysutils/logstalgia')
-rw-r--r-- | sysutils/logstalgia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index aebc69aa2768..a1f4ae3319ef 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libftgl.so:graphics/ftgl GNU_CONFIGURE= yes -USES= autoreconf compiler:c++0x gmake jpeg localbase:ldflags pkgconfig +USES= autoreconf compiler:c++0x gl gmake jpeg localbase:ldflags \ + pkgconfig sdl USE_GL= gl glu glew USE_SDL= image2 sdl2 |