diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
commit | c2e845d0c8bc7c9f164cff0518da23f674677570 (patch) | |
tree | 7fc33d51c49bd9a7ccd279ab581748918852d482 /cad/solvespace | |
parent | Returns johans's ports to the pool after safekeeping his commit bit. (diff) |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Notes
Notes:
svn path=/head/; revision=516745
Diffstat (limited to 'cad/solvespace')
-rw-r--r-- | cad/solvespace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index f40e167048f6..2f8f978a1a3c 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -23,7 +23,7 @@ GH_PROJECT= libdxfrw:libdxfrw GH_TAGNAME= 8f95895:libdxfrw GH_SUBDIR= extlib/libdxfrw:libdxfrw -USES= cmake compiler:c++11-lang gl gnome pkgconfig +USES= cmake compiler:c++11-lang gl gnome pkgconfig xorg USE_GL= gl glu glew USE_GNOME= atkmm gtk20 pangomm USE_XORG= x11 |