diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
commit | 82f108df3064ff3c1a1e2286a12f648d68dae4cd (patch) | |
tree | b4d5bf951a26d05982f5c0f534d2f244ff41ae41 /math/apc | |
parent | Add USES=xorg USES=gl, ports categories l (diff) |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516916
Diffstat (limited to 'math/apc')
-rw-r--r-- | math/apc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 881251772a25..86b3f6603321 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libforms.so:x11-toolkits/xforms +USES= xorg USE_XORG= x11 xpm PLIST_FILES= bin/apc man/man1/apc.1.gz |