diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-08 01:17:53 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-08 01:17:53 +0800 |
commit | 428fac4e1c522537e461b850cc93550d4fcf37e7 (patch) | |
tree | 22c9f25e11cf4cd378611c48424547929b95fba3 /sysutils/asmem | |
parent | b1977b079cfa346735bab7f33a9f0f5d573f09c5 (diff) | |
download | freebsd-ports-gnome-428fac4e1c522537e461b850cc93550d4fcf37e7.tar.gz freebsd-ports-gnome-428fac4e1c522537e461b850cc93550d4fcf37e7.tar.zst freebsd-ports-gnome-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/asmem')
-rw-r--r-- | sysutils/asmem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 61717fb7031f..eb804d61dadc 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -13,6 +13,7 @@ COMMENT= AfterStep look-n-feel memory utilization monitor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= xorg USE_XORG= x11 ice sm x11 xext xpm GNU_CONFIGURE= yes |