diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
commit | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (patch) | |
tree | b8e5fffaa545436e1e8a8ac129df36c07665104d /lang/ocaml | |
parent | 2677283c3d6466b85714b1d8c2277678e4aa5bb2 (diff) | |
download | freebsd-ports-7be404eb3fcc6b1994712ba54ceb56f81ab474e5.zip |
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 71396e9463ca..7104cb0f1b05 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -82,6 +82,7 @@ CONFIGURE_ARGS+=-no-pthread .if ${PORT_OPTIONS:MX11} PLIST_SUB+= X11="" +USES+= xorg USE_XORG= x11 CONFLICTS+= ocaml-nox11-[0-9]* CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib |